You can link to another lecture from the content of a lecture.
Please note
If you make your courses available in the Digimentor24 app, jump directly to the instructions for the Digimentor24 app.
How to link to another lecture within a lecture:
- Open the respective course.
- Copy the link to the lecture to which you want to link:
- In the course overview, click on the lecture to which you want to link.
- Click on the Copy icon under Lecture path.
- Go back to the course overview.
- Insert the link into the desired lecture:
- In the course overview, click on the lecture into which you would like to insert the link.
- Click on the Link icon under Content (optional).
- Insert the lecture path under URL.
- Insert a text under Text to display that you want the link to be displayed as.
- Choose how you want to open the link under Open link in....
- Click on Save.
- Click on Save in the lecture settings.
Special case: Digimentor24 App
If you make your courses available in the Digimentor24 app, additional steps are required to link between lectures. This ensures that the link opens within the Digimentor24 app and not in the browser.
The link is built according to the following link scheme:
<a
href="Lecture path"
data-course-uuid="Course UUID"
data-lecture-uuid="Lecture UUID"
data-lecture-id="Lecture ID"
>Link text</a>
Once you've completed the link scheme, you can insert it into another lecture to create a link.
Step 1: Fill in the link scheme
How to find the required values for the link scheme:
Lecture path
- Open the respective course.
- In the course overview, click on the lecture to which you want to link.
- On the lecture page, click on the Copy icon under Lecture path.
-
Insert the lecture path into the link scheme, e.g.
href="https://mycourses.mydigibiz24.com/examplecourse/introduction/welcome-to-the-course"
Course UUID
- Open the respective course.
- In the course overview, click on the lecture to which you want to link.
- On the lecture page, copy the value after /courses/ from the address bar of your browser.
-
Insert the value as a course UUID, e.g.:
data-course-uuid="e361854f-84de-4dc8-b50c-a2b1cac54b4a"
Lecture UUID
- Open the respective course.
- In the course overview, click on the lecture to which you want to link.
- On the lecture page, copy the value after /lectures/ from the address bar of your browser.
-
Insert the value as a lecture UUID, e.g.:
data-lecture-uuid="3db44ebb-ce25-4348-95ff-487b131d44f8"
Lecture ID
- Open the respective course.
- In the course overview, click on the lecture to which you want to link.
- On the lecture page, open the developer tools for your browser.
- In the developer tools, switch to the Network tab.
-
Reload the lecture page using your browser's address bar.
The table in the Network tab will fill up.
-
In the Name column, click on the entry with the lecture UUID you obtained earlier.
Tip
If you click on the Name column heading to sort the list by that column, the entry will be in one of the first positions.A new tab will open.
- Click on data in the Preview tab.
- Copy the value under id.
-
Insert the value as a lecture ID, e.g.:
data-lecture-id="457157"
Link text
-
Replace Link-Text with an ad text for your link, e.g.:
<a href="https://.../welcome-to-the-course">Welcome to the course</a>
Step 2: Insert link scheme into the lecture
How to insert the link scheme into the content of another lecture:
- Open the respective course.
- In the course overview, click on the lecture into which you would like to insert the link.
- Click on the </> Code icon under Content (optional) in Lecture content.
-
Insert the completed link scheme in the desired location, e.g.
<a
href="https://mycourses.mydigibiz24.com/examplecourse/introduction/welcome-to-the-course"
data-course-uuid="e361854f-84de-4dc8-b50c-a2b1cac54b4a"
data-lecture-uuid="3db44ebb-ce25-4348-95ff-487b131d44f8"
data-lecture-id="457157"
>Welcome to the course</a> - Click on Save.
- Click on Save in the lecture settings.