Test or quiz - point scoring instead of percent

Test or quiz - point scoring instead of percent

by Petra Helebrantová -
Number of replies: 3

Hi,

I would like to use Moodle as a database for my psychological questionnaires and tests. I have version 1.9 on localhost and currently do not expect to move online. I would like to create a test/quiz/poll with questions - sometimes only yes/no, sometimes multiple choice. However when I try to create such test, I have to fill in the % grading.I have some standardized tests and need to "convert" then into Moodle.

 

Is there any way to:

1) use custom amount of points for each question

2) to see the final score in points after finishing the test

 

Good example is MMSE:

http://en.wikipedia.org/wiki/Mini%E2%80%93mental_state_examination

 

any advice? Thanks smile

Average of ratings: -
In reply to Petra Helebrantová

Re: Test or quiz - point scoring instead of percent

by Lev Abramov -

Petra,

quizzes are KNOWLEDGE ASSESSMENT tools, hence correct answers are allocated the points they "deserve" while wrong answers get a zero %. This tool is NOT very well suited for "neutral" data collection. E.g., if you want to know whether your subject is under stress, you can ask a question like "I feel like the whole world is against me: and provide a Likert-scale set as a multiple choice, select one: Totally agree, Mostly agree, somewhat agree, etc. But no matter which answer is selected it is a CORRECT answer for this person.

So you have two options here:

1. allocate EQUAL points (e.g., if you have 5 possible answers you give 20% for each) - but then you need to manually sort out the answers as their values will have no meaning.

2. You may prefer to allocate more points to answers that indicate a marked condition (e.g., a statement with two answer options - Agree and Disagree; Agree indicates that the respondent fits a certain psychoilogical condition, and Disagree means he does not) - so Agree = 100% and Disagree = 0%. However, the sum integral of the answer values may not be a good overall indicator of the respondent's condition.

So the bottom line is, you might want to use a better-suited tool for this purpose.

HTH - it's just my $.02 smile Will be interesting to hear how you solve this, as it might be relevant for quite a few other users doing similar things.

Lev

In reply to Petra Helebrantová

Re: Test or quiz - point scoring instead of percent

by Melanie Scott -

Petra,

I agree with Lev that Moodle is really not set up to do this.  That said, you have options.  There is a third party Questionnaire that might work better...except it doesn't score.  You can download all the results, though into a nifty little spreadsheet.

I also needed an assessment in Moodle but opted to created a SCORM module which scores point vs. no point and then assigned it to report a specific score.  My assessment is actually testing whether assessors are doing the assessments right so it has a pass fail dependant on being w/in a range, so Moodle couldn'thandle it.  I set the SCORM to recognize each item is worth a value and upon selection, a variable is "set".  On submission, the variables are tallied for a final score.  This might be your best option, as you can force some SCORM authoring softwares to report specific scores to Moodle (Lectora gives a lot of flexibility, but is quite pricey.  Captivate is less flexible (not sure it can do what Lectora can, may require higher levels of comp skill than I have), but is cheaper.  Many other options for SCORM development, also exists like eXe (free) and Articulate, etc).  The down side to SCIRM is that there is no easy, nice-looking way to collate the results.

If you're set on using the quiz, there might be a few works-arounds.

First question, yes, you can set a custom amount to each question (which is where the work around comes in).  Each quiz question is 1 point by default.  You can change the number.  Each quiz is set to default to a total of 10 points.  In theory, you could set each quiz question to be worth, say 5 points.  Answer 1 is worth 0% or 0 points.  Answer 2 is worth 20% or 1 point.  Answer 3 is worth 40% or 2 points, etc.

To your second question, you can set the system to show the score but it typically shows the score & the percent, which may or may not be what you want...alternatives are:

  • Set the quiz not to show the score (hence, no percentage) but they could see their final point total by clicking on the quiz again.
  • Set the quiz to show the score with directions to disregard the percentatage.
  • Set the quiz to not show the score but show the Overall feedback.  Add a link in the overall feedback that takes them to the attempts area (where they say they want to take the quiz) regardless of grade boundary (100%-0%).

If you want to set point totals higher than 1 but don't want the total score possible to be the total number of points possible, you can set the quiz grade to a lesser number of your choosing.

In the grade book, you may want to edit the grade item to report real, not percentage and make sure you don't set passing/not passing options.

Average of ratings: Useful (1)
In reply to Melanie Scott

Re: Test or quiz - point scoring instead of percent

by Petra Helebrantová -

thanks for comment. We just found LimeSurvey, which is also opensource and which seems to be more suitable for my needs. Currently, my brother did a localhost installation for me and I am testing it. We will see wink