-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-71938-master -
In order for users to clearly see how far through a user tour they are, we should implement a visual indicator of the current step, and how many steps there are in total.
Specifics:
- The count should be displayed on the "Next" button, in the format "Next (1/5)".
- The total number should only count those steps that will be displayed.
- Single step tours, and the final step of multi-step tours, should not show this count.
- This should be a configurable setting that can be enabled/disabled on each tour.
- Existing tours should continue as they are (with it disabled, but with the ability to enable if an admin wishes).
- Tours that are imported should have this setting disabled, so they reflect the same visual behaviour as when they were exported.
- The create tours functionality should have this option ticked by default, to encourage its use on new tours as they are created.
- The user tours included with Moodle (currently only those relating to course completion) should be updated so this is enabled by default, so new sites have the counts on those tours.