Closed (fixed)
Project:
Quiz
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2006 at 16:53 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nicholasthompsonAs I recall, this could be to do with the submission of the answers when making a question. One of the tests uses the empty() function in PHP. Maybe a better test could be:
if(trim($answer) != '')Just an idea...
Comment #2
gilcot commentedNicolas, that's right.
here is the patch that correct it. included also some code formating according to Drupal standart.
Comment #3
add1sun commentedThis should be addressed before a stable release so marking this for 5.x-1.x
Comment #4
kscheirerthis should take care of it
Comment #5
add1sun commentedschwingo. rtbc
Comment #6
add1sun commentedin 5 and HEAD
Comment #7
(not verified) commented