-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Section under subpage is also shown at the course level #19
Comments
Unfortunately this was caused by a change to how the standard course formats handle what used to be called 'orphaned activities' in Moodle 3.4. Basically the subpage works by using sections past the end of the course which were not displayed on the course page, but unfortunately, Moodle has been changed so that it now displays these sections. It may be possible to work around this by using a different course format or by hacking some of the code in the course format. (For example, subpage sections are usually numbered > 100 so you could probably hack the course format to avoid displaying anything past 100.) At the OU we have a customised course format which doesn't have this problem, but this is highly custom and not suitable for use elsewhere... |
Is this still a problem with CT and the core course formats? |
The MDL shown would provide a solution for this but it hasn't been implemented, so while I don't know what CT stands for, yes this is still a problem so far as I know! |
CT = Collapsed topics as in the original post. |
I have a Collapsed topic course format as follows,
Section 1
subpage 1
scorm package1
scorm package 2
subpage 2
file 1
file 2
However, in moodle 3.4 it is displayed as follows,
Section 1
subpage 1
scorm package1
scorm package 2
subpage 2
file 1
file 2
Section 2
scorm package 1
scorm package 2
Section 3
file 1
file 2
The section under the subpage is also displayed at the course level and hiding or removing that section hides and removes the section/activities under the subpage as well. I am kind of stuck with this. Is there a fix for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: