gjbarnard / moodle-format_topcoll

Collapsed Topics course format for Moodle.
http://docs.moodle.org/en/Collapsed_Topics_course_format
GNU General Public License v3.0
35 stars 60 forks source link

Make engagement information optional #80

Closed NinaHerrmann closed 3 years ago

NinaHerrmann commented 3 years ago

Hello everyone, from our lecturer we got the feedback, that they would like to hide the engagement information such as 'Due to' and 'submitted by x' since they have very large courses with large sections (which might not be recommendable, but it is hard to convince other people to change habits...). Anyway if you think that feature has the potential to be integrated I would provide a pull request. Cheers, Nina

gjb2048 commented 3 years ago

Thanks @NinaHerrmann - please supply the pull request and I'll consider it.

NinaHerrmann commented 3 years ago

One other thing, do you mind adding the label hacktoberfest-accepted to the pull request as part of the Hacktoberfest challenge? https://hacktoberfest.digitalocean.com/hacktoberfest-update?

gjb2048 commented 3 years ago

So that's all I need to do? i.e. add 'hacktoberfest-accepted' to the PR?

gjb2048 commented 3 years ago

Done, so hopefully what is required.

NinaHerrmann commented 3 years ago

Yes, thank you! Also thank you for your fast feedback! :slightly_smiling_face:

gjb2048 commented 3 years ago

Note: Current related pull https://github.com/gjb2048/moodle-format_topcoll/pull/91.

gjb2048 commented 3 years ago

Ok, looks like 'showadditionalmoddata' is both a site and course level setting and yet its not defined in 'settings.php'! Need to fix this.