Closed (outdated)
Project:
Quiz
Version:
6.x-5.x-dev
Component:
Code - Quiz core
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Apr 2010 at 20:27 UTC
Updated:
15 Jul 2016 at 20:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
raphaelhuefner commentedWhat I forgot to mention: this shall work with quiz-6.x-4.x-dev, at least that's the quiz version it was developed for.
Comment #2
falcon commentedThanks for contributing! I'll test this one in my spare time soon! Hopefully others will test it as well. Right now I move it to the 5.x issue list. We only want bug reports in this one. If and when your module works perfectly I'll include it in 4.x, but the main priority is to finish 4.x.
To be clear: If everything is okay with your module we will add it to 4.x. If not it will be added later when everything is okay with it.
Comment #3
raphaelhuefner commentedAdded README.txt to clarify what this thing actually does (with much text, crafted to be hopefully understandable ;-) , and with explanation links, even to some scientific paper).
Added a (for me overwhelming ;-) number of docblocks and inline comments.
Added meaningful descriptions in UI.
Comment #4
vegardjo commentedHia,
and thanks, this sound cool, I'll definitely test it! However, when I tried that right now (with quiz-6.x-4.x-dev from today) I get this:
Fatal error: Call to undefined function long_menu_get_or_create_vocabulary() in /Applications/MAMP/htdocs/april/sites/all/modules/quiz/question_types/long_menu/long_menu.install on line 22
This happened when I was to save the admin/build/modules page after enabling the module. I get the same on two different installs.
Comment #5
raphaelhuefner commentedHi vegardjo,
thank you for taking the time testing it and for your feedback!
Here is a quick fix: Just comment or delete this line 22 in the file long_menu.install.
I'll load up a new version with that soon.
Regards,
raphaelhuefner
Comment #6
raphaelhuefner commented- (Hopefully) Removed the Fatal error reported by vegardjo
- Fixed bug in handling empty answers.
- Try calling node_types_rebuild() (see http://api.drupal.org/api/function/node_types_rebuild/6 ) in hook_enable() for introducing new question node type to Drupal, but this still does not the trick. See the "Troubleshooting" section in README.txt.
Comment #7
raphaelhuefner commented- Now hopefully gets quiz_question to correctly announce the new long_menu node type.
Comment #8
vegardjo commentedAight, now it worked!
First of all, I didn't initially understand how this was supposed to work from reading the description, but now that I have tried it I see many possible use cases! :) I'm a bit confused of the "Long menu" name as it doesn't seem to describe what you do? But it seems to be an established name for these kind of questions?
Anyway, if we get it bug tested (+ fixed) and polished in time I would say this is a very good addition to Quiz 4!
So, some issues in no particular order:
I'll be happy to test more but will be pretty much unavailable from about now till late next week.
And again, really cool module and great work! :)
Comment #9
raphaelhuefner commentedThank you, vegardjo, for the thorough review!
As far as I can see it now, I will really have to address all the issues you found.
Comment #10
djdevinThis issue is being closed because it was filed against a version that is no longer supported. If the issue still persists in the latest version of Quiz, please open a new issue.