Posts made by Itamar Tzadok

Moodle in English -> SCORM -> Is SCORM worth it? -> Re: Is SCORM worth it?

by Itamar Tzadok -
I use questions with multiple correct answers which cannot be reasonably identified and recorded in advance but can be automatically assessed by an interpreter in runtime. So I cannot use any of the question types in the selection currently offered by Moodle. SCORMing the questions and an embedded interpreter seems the only way to integrate these questions in Moodle as assessment components.

Itamar
You can add the img tag to the answer text and enclose it in CDATA if it is not already so (see example below). I don't know how you do the conversion from Word. I store the questions in Excel and use formulas to create the required Moodle xml strings for the questions.

<answer fraction='33.3333333333333'><text><![CDATA[<img ... /> ]] </text><feedback><text></text></feedback></answer>