Closed (outdated)
Project:
Quiz
Version:
6.x-5.x-dev
Component:
Code - Multichoice
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 08:57 UTC
Updated:
15 Jul 2016 at 20:39 UTC
Jump to comment: Most recent
Comments
Comment #1
srikanthlogic commentedSorry for teh typo, its
'score' column in the ' quiz_node_results' table.
Comment #2
ldheyn commentednegative scoring would be appreciated :)
i would like to use the quiz module for a multiple choice exam.
eg: +3 for correct answer, 0 for no answer, -1 for wrong answer
Or is this already possible?
thx
Comment #3
falcon commentedComment #4
falcon commentedThanks for reporting!
This has been fixed.
Database has been updated to allow for negative scoring. Remember to run update.php to update your database. The fix has been commited, but you must use cvs to download it, or wait for the next dev snapshot to be updated on the project page.
Comment #5
patcon commentedWouldn't it be a more complete solution if the db type was float?
ie. +1 for correct answer, -0.25 for incorrect answer (as most do the calculation, I believe)
Thanks!
Comment #6
falcon commentedI change this to a feature request against the next version of quiz.
Comment #7
falcon commentedI change this to a feature request against the next version of quiz.
Comment #8
patcon commentedAwesome, thanks falcon!
Also noticed that the current input fields are set to have a max length of 2 digits, but not sure why. With a minus sign, this limits the user to just one digit entry. Doesn't hurt me, but not quite sure why the limitation exists...
Comment #9
fuzzy76 commentedI added the length issue as a separate issue at #1444014: Multichoice score if chosen has max length of 2 and provided a patch for it. Please review it.
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.