Dates
Maintained by
Tim Hunt, Mahmoud Kassaei, Hieu Vu Van
This 'report' is actually a tool to let you edit all the dates in a course on one page.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
The Activity Type "All" thing is because we were having problems when the form got too big. Therefore, if the course has too many activities, that option is not available. If you want to risk it, you can change this constant to something bigger than 20 https://github.com/moodleou/moodle-report_editdates/blob/master/index.php#L29
The main issue occurs with uploaded files. The plugin seems to work fine with Assignments, but with an Activity Type of "Upload File to Moodle" there are issues. If a powerpoint or other file is added as this activity type, it does not show up in the Dates page. If a date restriction is manually added on the activity, it shows up in the page, but the date cannot be altered from the Dates page. Instead you see: "Edit restricted access (opens a new window)" which makes you go to the item individually to modify the restricted dates (which defeats the purpose of the plugin).
I've also noticed that in some courses, the Activity Type "All" is not available in the drop down.
Am I doing something wrong? Thanks in advance for your help.
thanks for the plugin.
Also, this is not specific to quiz.
We have a version that we think works with 2.7.2. I will make sure we have put the latest version here, hopefully in the next few days.
This is non-trivial task, because of the changes in conditional availability in Moodle 2.7.
I am probably not going to have a change to think about this before September. If anyone else wants to try, I am happy to receive pull requests on github.
It might be possible to do an initial version for 2.7 that ignores conditional availability dates.
Any plans to make a 2.7 version?