We've got the core question types in Quiz now, but one popular question type that we don't support is "Calculated" (to use the Moodle name).

westwesterson pointed this out on http://drupal.org/node/180669 .

Basically the question body is a template with 1) numeric slots, 2) parameters for random ranges that can fill those slots and 3) an expression of what an acceptable answer is given values of those slots.

Moodle already does this very well, so maybe we can refactor their system into a new QuizQuestion:
http://docs.moodle.org/en/Calculated_question_type

(in the meantime, our importer imports them as generic nodes, with the question text as the node body, but loses the data on the random parameters and the answer expression)

Comments

turadg’s picture

Status: Active » Postponed

Not happening for 4.0, but I hope for 4.1.

falcon’s picture

Version: 6.x-4.x-dev » 6.x-5.x-dev
djdevin’s picture

Component: Code » Code - Quiz core
Issue summary: View changes
Status: Postponed » Closed (outdated)

This issue is being closed because it was filed against a version that is no longer supported. If the issue still persists in the latest version of Quiz, please open a new issue.