-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
4.0.1
-
MOODLE_400_STABLE
Right now each course format can configure whether to display the course index and all sections or not, but it would be nice to be able to configure this for all course formats using variables in moodle.config.json:
- We could have a variable to determine if courses should display: all sections and individual sections (default behaviour), only all sections (so no course index either), only individual sections.
- We could have a variable to determine if course index needs to be displayed or not.
If it's configured to display only all sections, we need to double check that it doesn't cause problems with the feature to display the last opened activity.