Last updated August 2, 2009. Created by westwesterson on December 10, 2007.
Edited by VM, Senpai. Log in to edit this page.
Feature Requests
To add something to this list, please create a new feature request!
- Add time limit
- Complete matching.module to enable the matchup question type
- Allow for attachments (sound, images, etc.) to be integrated into questions
- Extensible and robust question type api.
- CCK question Types
- workflow/workflow-ng integration
- Human Grading Interface
- take a quiz in a block
Read the Issue Queue
Most of these appear on Quiz.module's Issue Queue.
More requests can be seen in the quiz group on drupal groups.
Comments
audio and video in multiple choice question
After investigation for 3 days, finally I am able to show audio and video in a question within a quiz!
What I used are D5, Quiz 2 module, Upload module, SWF tools module.
1. enable Upload module
2. install SWF tools module, please follow the install instruction here http://drupal.org/node/303203
and if you got a question about swftools , please go to the FAQ here http://drupal.org/node/318728
3. I have installed the 1 pixel out and JW player for audio and video (it is not include in the module, you need to download somewhere else), indeed the "generic mp3/flv" player comes with module do a good job at least in displaying the audio.
4. get Quiz 2 module and follow the README to install it
5. enable all module and grant corresponding permissions
6. go to admin->input format to allow the "swf" tag as an input filter
7. go to create a multiple choice question, for me a create a question of "what sound is this?"
8. then I uploaded the sound of a sheep (mp3) using the upload module, I unchecked the "list" box
9. the upload module will show an URL of where your mp3 on the serve, just copy that ,e.g. "http://mysite.com/files/sheep.mp3"
10. I then typed next to my "what sound is this?" question
11. create some answer for this question.
12. hit preview to see if it works, if not, just go to the swftools admin page and go through those item one by one
13. you should able to see a flash player which can play that mp3 you uploaded.
14. hit submit
15. create a quiz and include this question, and you will see the flash player show up when this question is being 'Asked'.
Hope that can help you to insert audio and video to your question! It is the 3rd approach i could think of, all the previous 2 is not working for now.
1st try : Media field + media field display , result : media cannot show in quiz, but it can show in question view, I was thinking I can get it shown by content template, yet quiz 2 does not work well with content template module.
2nd try : filefield + jquery media , can get one pixel out player working, so ditch it altogether.
inline swftools
just add this
div .swftools-wrapper {display: inline;
}
to the quiz.css to make the flash player display next to the question.
Hi, I'd like to now if there
Hi, I'd like to now if there is a way to import multichoice answers from a csv file. I'm trying node_import module with (sperimental) quiz support, but I think it only import quizzes, not answers.
Thanks for the answers, bye! :-)
Updates on this.
Updates on the list above and Quiz 3.
3 and 5 are added to Quiz 3 already.
4 is in the works (haven't committed yet, but it will be there soon). 2 will likely get solved by this.
6 will probably not be done since we have added support for actions/triggers in 3.x
7 is done for the new long answer type.
1 and 8 could still use some work, and neither is slated in the "official" 3.x feature list.
The best place to track issues like the above is not in the manual, but in the Issue queue for Quiz.
Matt
The QueryPath Library: http://querypath.org
Blog: http://technosophos.com
Twitter: http://twitter.com/technosophos