What are the use cases for question version control? #1
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
Initial design
Stuff we need to think about first
The plan for this plugin is to create a way of tracking and combining changes to all types of questions via Git. Ultimately we want to make sharing questions and question improvements easier to deal with. This also ties in with the moodle-qbank_importasversion plugin.
Initial set up:
Questions will be stored as Moodle XML in a Git repository on the Moodle server. They will be linked to Moodle via a JSON manifest file containing questionid and filenames (also in the repo). Git operations will be performed via the command line.
What are the issues/ use cases that need to be dealt with?
I'm still a bit unclear on how any of this works :), but I'm thinking:
It would be good to know in detail how people are going about these things already. Particularly details like categories, tags, etc. Also, what tends to go wrong.
The text was updated successfully, but these errors were encountered: