We are using moodle 3.9 with coderunner. The problem we face is a mismatch in total marks and the total number of correct questions.
The following is the quiz setup:
There are 40 questions in the quiz each carrying one mark and all 40 questions are python coderunner questions. There is 0 penalty on multiple tries(code submissions).
The above given screenshot of marks mismatch scenario is descried below :
1) Student submits question code and the code passes all tests thereby earns a mark and system records the response.
2) For whatever reason, student submits another version of the code for the same question, for which he /she had already earned a mark, and the code fails the test, the system records the response as wrong answer. Logical until now.
But when the result is generated or the attempt is reviewed this marks mismatch as shown in the screenshot simply produces confusion.
I tried to change different settings of coderunner and quiz but failed to resolve this. This happens only with coderunner questions.
I may be doing a mistake somewhere, please help me in resolving this issue.
regards