I download and install the latest dev version of Quiz
I see that i can create only Multi-Choice Question - but in help i read about other question types - where i can download them?
I download and install the latest dev version of Quiz
I see that i can create only Multi-Choice Question - but in help i read about other question types - where i can download them?
Comments
Comment #1
BradM commentedWhat other type would you need? Most quizzes (I think) would at minimum have a yes/no answer.
Comment #2
Eugene Fidelin commentedI need a question where user can answer by typing come text
For example: ________
The native city of George Bush is |_______|
Comment #3
summit commentedSubscribing, interested in this open-question feature also.
greetings, Martijn
Comment #4
mimhakkuh commentedEven though this is kind of outdated - subscribing - I'd also be interested in multiple choice questions with the possibility of more than one correct answer.
Comment #5
mbutcher commentedComment #6
mbutcher commentedThe new "short answer" type should be able to emulate fill-in-the-blank.
Comment #7
mbutcher commentedTo be more clear:
I have just checked in a new question type module called "Short Answer". This question type gives the user a single text line, and gives the quiz creator several ways of determining whether the user's answer matches.
A quiz creator can add a short answer question, and then choose to...
(1) require an exact answer from teh user
(2) require a case-insensitive answer from the user
(3) provide a regular expression that the user's answer must match
(4) require the question to be manually scored by a user with the right permissions
To emulate a fill-in-the-blank question with short answer, one might do something like this:
"The word 'Colorado' comes from the _______ words for Color and Red."
[_TEXTFIELD___]
[SUBMIT]
Comment #8
sivaji_ganesh_jojodae commentedNow quiz has 7 question types including Fill-in-the-blank i.e short answer probably its time to mark this issue has fixed.
Comment #9
andrewsuth commentedI've just installed Quiz 4.0 and am having an issue making a fill in the blank style question. Is there some documentation on how it can be done?
I ready mbutcher's post but don't understand exactly what I need to input in order to generate what I need.
Comment #11
cyberwolf commentedWhat if one needs to have multiple blanks to be filled in, in one sentence? This is hardly possible with the "short answer" question type, in a user friendly way, is it?