Importing questions

Importing questions

by Tom Nelson -
Number of replies: 0

Hello again!
I am trying to upload an essay question for a lesson. To do this, I created an essay question in the Question/Quiz module and downloaded it. Then I imported into the lesson, and I received this message:


Importing 2 questions
Unsupported question type (category)!
Unsupported question type (essay)!

This is what I tried to upload:

<?xml version="1.0" encoding="UTF-8"?>
<quiz>


<!-- question: 0 -->
<question type="category">
<category>
<text>$course$/Default for Eng_IV_/_S2/test</text>

</category>
</question>



<!-- question: 7455 -->
<question type="essay">
<name><text>essaytest</text>
</name>
<questiontext format="html">
<text>This is an essay question</text>
</questiontext>
<image></image>
<generalfeedback>
<text>good work</text>
</generalfeedback>
<defaultgrade>1</defaultgrade>
<penalty>0</penalty>
<hidden>0</hidden>
<shuffleanswers>0</shuffleanswers>
<answer fraction="0">
<feedback><text></text>
</feedback>
</answer>
</question>


</quiz>


I brought in Multiple choice questions; my reading of the documentation says the Lesson module can do this.

We are using Moodle 1.9 on a windows server.

Tom


Average of ratings: -