Posts made by Tim Hunt

Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

What you are seeing on the review page could happen like this:

  1. Student starts the attempt.
  2. Student inputs an answer to each question .
  3. Student clicks 'Next >' to get to the Attempt summary page.
  4. Student clicks 'Return to attempt'
  5. Student reviews their answers and changes them.
  6. Student clicks 'Next >' again then 'Submit all and finish'.
But, it is odd that their answers changed from right to wrong.

And, the observation about a different IP address is weird. There are situations where a student's IP address can change suddenly, but (depending on which sort of device the student is using) they are probably unlikely.

Moodle does not stop a student logging in from two devices at the same time (or two different people using the same login at the same time.) (There are plugins which try to do that, I think.)
Average of ratings: Useful (1)
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
You can't tell from the string. You need to look at the code which uses that string, which is https://github.com/moodle/moodle/blob/3da88a7664c7cd9df39465259b4d2fadb504f3d1/mod/quiz/review.php#L216 - and I am afraid that is hard-coded to round the percentage to the nearest integer. (I don't know why.)
Average of ratings: Useful (2)