HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

Quiz points are awarded incorrectly

Title Quiz points are awarded incorrectly
Description Members entering a survey or quiz are meant to automatically be awarded points, whilst members entering a test are meant to get them based on how well they do. This was the wrong way around.
Affects All versions
Fix Change line 527 of site/pages/modules/quiz.php from:

Code

      if ((get_option('is_on_points')=='1') && ($quiz['q_points_for_passing']!=0) && (($quiz['q_type']=='TEST') || ($minimum_percentage>=$quiz['q_percentage'])))
to:

Code

      if ((get_option('is_on_points')=='1') && ($quiz['q_points_for_passing']!=0) && (($quiz['q_type']!='TEST') || ($minimum_percentage>=$quiz['q_percentage'])))


Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message: