You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a teacher I would like to (optionally) give my tabs meaningful / descriptive names additionally to the automatically generated ids
So instead of naming the URL /course/view.php?id=325§ion=3 a descriptive name that could be configured in the tab's properties could be /course/view.php?id=325§ion=information
In some cases descriptive names are more helpful than id-numbers:
When tabs are being moved - not to lose track of which tab is which
When working with links that should always point to a specific tab (which has not yet been created and whose id is not yet known)
To give students a better hint in the URL which tab they are on (or for tech support to recognize the url better)
The text was updated successfully, but these errors were encountered:
This should be a new parameter because Moodle defines section as an Integer parameter so any text is lost.
The following should be considered:
The user must be authenticated before using the link. Moodle only keeps "section" and "sectionid" parameters if the user is redirected to login.
It only works for tabs with custom names, it does not work with dynamic names like "Topic 1"
Sections in the new versions have a "permalink" option. Those links are defined with the "sectionid", that link is much safer because it does not depend on parameters that change like the name. This link should be used for cases where you want to have a more precise reference.
If two tabs have the same name, the tab that was created first is obtained regardless of its position in the tab bar.
As a teacher I would like to (optionally) give my tabs meaningful / descriptive names additionally to the automatically generated ids
So instead of naming the URL
/course/view.php?id=325§ion=3
a descriptive name that could be configured in the tab's properties could be/course/view.php?id=325§ion=information
In some cases descriptive names are more helpful than id-numbers:
The text was updated successfully, but these errors were encountered: