KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Make number of stars for a question list variable #53

Closed skrede closed 5 years ago

skrede commented 6 years ago

Only the database and possibly the configuration form prevents this at this time.

The rating required for each level could be stored as JSON in the database, similar to what is done for matchmaking and rating system configuration.

This should not be a problem for the front end and most of the back end

sebastsg commented 5 years ago

I fix! Done. Stored as comma separated list in new column. Stored as char 255, so there is a limit to number of stars or how long the numbers are.