I am developing a new Moodle question type for a non-profit. It enables situational judgment questions, which have at least two answers from which the respondent marks one as the 'best' and one as the 'worst' response. These questions are often used on job assessment tests such as the National Work Readiness Credential.
We'd like to release this to the community. The question type code is contained in its own question/type/sitjudge directory, but there are also changes elsewhere to enable GIFT importing and exporting.
What is the best way to make this available?
Thanks.
You need to put it in the contrib area of Moodle's CVS repository, and add it to the modules and plugins database.
The problem with plugins not being able to contribute to import and export formats is a known one, which we intend to fix when we can work out a good solution, and when we have the time. For now, I would include the necessary changes and a readme file inside the plugin folder that people download.
The problem with plugins not being able to contribute to import and export formats is a known one, which we intend to fix when we can work out a good solution, and when we have the time. For now, I would include the necessary changes and a readme file inside the plugin folder that people download.