Situational Judgment question type

Situational Judgment question type

by joe turgeon -
Number of replies: 1
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.

Average of ratings: -
In reply to joe turgeon

Re: Situational Judgment question type

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
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.