<< Back
Message for this thread
Posted by Messages text
Contreras Rodrigo

Noavatar
Total post : 7
> Profile
Written on : 10/06/2009 01:45 ( more than one month )
Object : test failed
Hello, first of all thanks for the platform. It has every LMS gadget possible.

However, I have a problem right now, very difficult to solve:

1. I'm using a passing score of 70% for tests. There are SOME, not all, students that pass the test with more than 70% but the system tells them that they failed at the end of the test.
2. When I go to the user statistics area, they are marked with the yellow flag of FAILED.
3. I found a way to change this to PASSED: I go to gradebook, click the option "students scores" (modify user's vote for this test), and without changing any score I press the "save changes" button.

And that's it.

The problem is that every user that has this problem receives an incorrect message of FAILED at the end of the quiz.

what could be wrong?

Thanks,

Rodrigo Contreras
 
Terry

Avatar
Total post : 20
> Profile
Written on : 24/11/2009 01:03 ( more than one month )
Object : Re: test failed
Are you using a question bank?  I had the same problem when using 50 random questions out of a bank of 108 question.  The problem is with the math built into the programming.  I solved the problem, however;  it is not the best fix.

For my test, I have 50 questions and a minimum passing score of 70%.  Here is what I did:

  1. I changed the mimimum score to pass the test to 70%.
  2. set final score calculation to express score as percentage
  3. New maximum score set to 200
  4. set same points for each question.  (which will be 2 points)
This way, each question is worth 2 point x 50 questions, for a total of 100 points. 
If you choose to do this, you will have to make some changes to the language. 

  • TEST_QUESTION_NUMBER - I changed this to "Test contains multiple choice questions"  otherwise it would read 100 because there are a total of 100 questions available. 
Message modified by : frts on : 24/11/2009 06:53
www.frtrainingsolutions.com
 
<< Back