LeMill exercise template should support importing tests done with Hot Potatoes software (http://hotpot.uvic.ca/):
- Multiple Choice and Multiple Correct questions done with JQuiz
- Fill-in-the-blanks exercises done with JCloze
Hot Potatoes can save tests in XML format. This XML contains a lot of information that we can ignore because we do not support these features.
The exercise template should be redesigned to fit all the options in the same space:
- Question types should be displayed in select menu and "Add question" button should be added
- Link "" should be added
- There should be some space between "Add question" button and "upload questions from Hot Potatoes file..." link (add style="margin-right: 100px" to the button)
- Select menu options should be in the following order:
<select>
<option>Multiple choice question</option>
<option>Multiple response question</option>
<option>Fill-in-the-blanks exercise</option>
<option>Open-ended question</option>
</select>
https://lemill.org/trac/attachment/ticket/1526/exercise_template.png
"upload questions from Hot Potatoes file..." link should lead to a separate page that contains guidelines for user and file upload field.
https://lemill.org/trac/attachment/ticket/1526/upload_hot_potatoes.png
The following text is used in the prototype: "You can upload Multiple Choice and Multiple Correct questions made with JQuiz and exercises made with JCloze. Some of the features available in Hot Potatoes are not supported in LeMill."