How to regrade a lesson?

How to regrade a lesson?

by Orestes Mas -
Number of replies: 1
Picture of Translators

I've set up a lesson, and some students have made their attempts.

Unfortunately, we've discovered a minor problem in one lesson's page: The correct answer of a multichoice question page did not have the mark value properly filled in (a glitch in the Moodle 1.9->2.0 importing, probably), so the students never  got a 100% score.

Now I've corrected the problem, but I don't find any way to regrade the attempts done so far. Does anyone know how to do it? Perhaps calling some PHP obscure function?

Thanks.

Average of ratings: -
In reply to Orestes Mas

Re: How to regrade a lesson?

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Orestes,

As far as I know, unlike the Quiz activity, there is no way to regrade the Lesson activity. If you know exactly what you are doing and are at ease with SQL requests you might try to change the students' marks directly in your moodle site's database, but that is really risky.

Another possibility would be to go to the gradebook and "give" a bonus mark for that Lesson activity, regardless of whether the students got that MCQ question right or wrong. That way, it would be possible for some students to achieve a 100% score.

Joseph