Defect Description:
While checking one of the answers, a variable called correct is used instead of the result variable. This will cause problems with the evaluation function.
Expected result:
The variable 'result' should be used in the code
Actual result:
An undeclared variable 'correct is used
Defect Description: While checking one of the answers, a variable called correct is used instead of the result variable. This will cause problems with the evaluation function.
Expected result: The variable 'result' should be used in the code
Actual result: An undeclared variable 'correct is used
Screenshot: