Raw Score on Multiple Attempts

Raw Score on Multiple Attempts

by d morte -
Number of replies: 1
Currently I have a lesson set so that students can retake a lesson, and the number of attempts per question is set to 6. For the lesson itself, I have it set to take the highest score. My question is:

Is there a way so that the raw score of the student for the lesson attempt does not go higher with each new attempt at a question after getting it wrong?

For example:
1st Time in the Lesson (Only one question in the lesson)
Question 1: Student gets the wrong answer. They are then allowed to try again:
Question 1 (second time): Student gets the correct answer.

Raw Score: 1/2 (Even though there is only one question.)

Can I change a setting somewhere so that the lesson only takes the highest score from multiple attempts at the same question, and then not have it increase the raw score by 1 for each wrong answer?

Average of ratings: -
In reply to d morte

Re: Raw Score on Multiple Attempts

by Chris Collman -
Picture of Documentation writers
Hi Drew,
For the sake of discussion, my understanding is that Lesson resets itself with each lesson attempt by a student. Lesson setting has a setting for how the lesson's grade will be calculated in gradebook for a retake.

The Lesson activity is not a Quiz activity. Quiz has a penalty feature with each question and some other features that might meet some of your needs. Quiz does not have a jump feature.

I suppose you could use the jump feature to achieve the result you want. However, you have to realize that what you the teacher knows and sees is different that what the student sees (and is clueless about). And it requires the teacher understand all the potential paths the student can take. There is not a global lesson setting to do what you want (unless you tweak the code, of course). Thus if it is important to you, you will have to plan and devote some time to it. Here is how I would do it in a Lesson.

For example, imagine you had 2 pairs of identical questions in your lesson. Q1a, Q1b, Q2a, Q2b. The student who answers Q1a correctly, goes to Q2a. The student who misses Q1a, goes to Q1b via the wrong answer jumps. Any answer in Q1b will go to Q2a. We could keep repeating this with Q2, Q3 etc. The next thing is to consider your custom scores for each answer in the identical pair of questions. Say you gave a 2 for the right answer in Q1a and a zero for wrong answers. In Q1b you could give 1 point for the correct answer and zero for the wrong answers. This reaches the goal you described.

Since the student is only taking the lesson once, in lesson settings I would set the max attempts at 1.

Now the question becomes if you want them to take this lesson again and what have you set for the retake setting.


Chris