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

BradM’s picture

What other type would you need? Most quizzes (I think) would at minimum have a yes/no answer.

Eugene Fidelin’s picture

I need a question where user can answer by typing come text
For example: ________
The native city of George Bush is |_______|

summit’s picture

Subscribing, interested in this open-question feature also.
greetings, Martijn

mimhakkuh’s picture

Even 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.

mbutcher’s picture

Title: Where to get another question types except "Multi-Choice Question" » Fill-in-the-blank question type
Category: support » feature
mbutcher’s picture

Version: 5.x-2.x-dev » 6.x-3.x-dev
Component: Documentation » Code

The new "short answer" type should be able to emulate fill-in-the-blank.

mbutcher’s picture

To 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]

sivaji_ganesh_jojodae’s picture

Status: Active » Fixed

Now quiz has 7 question types including Fill-in-the-blank i.e short answer probably its time to mark this issue has fixed.

andrewsuth’s picture

I'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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cyberwolf’s picture

Version: 6.x-3.x-dev » 6.x-4.x-dev

What 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?