adlnet / Moodle-mod_cmi5launch

A Moodle plugin which allows teachers to upload cmi5 packaged lessons within a Moodle Course Activity and then assign the activity to students
Apache License 2.0
5 stars 4 forks source link

Db fix #41

Closed ADLMeganBohland closed 3 months ago

ADLMeganBohland commented 3 months ago

When masteryscore was saved in Postgres DBs, there was an error do to decimal. By changing field from int to number this is solved.