catalyst / moodle-mod_subcourse

Subcourse module for Moodle
https://moodle.org/plugins/mod_subcourse
GNU General Public License v3.0
24 stars 41 forks source link

Request: Subcourse activity completion based on course completion #16

Closed dmitriy-01 closed 7 years ago

dmitriy-01 commented 7 years ago

Right now completion is based on course grade. Is it possible to make it based on course completion instead? There are a lot of cases where child course activities do not have grades or grade book is not setup on a child course.

mudrd8mz commented 7 years ago

Are you suggesting you would like to use just the completion without actual grades. So every time a subcourse is completed, the activity would be marked as completed, too (even if there would be no grade synced).

If so, then +1 it looks like a useful feature.

dmitriy-01 commented 7 years ago

Exactly - in our case we don't use grades, just a simple completion based on viewing the activities. But still would like to pass this information to the parent course - to mark subcourse completed!

mudrd8mz commented 7 years ago

image

mudrd8mz commented 7 years ago

Implemented in 5.0.0

dmitriy-01 commented 7 years ago

That's great, thanks!