chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
813 stars 487 forks source link

Assessment Error - Test Results #3156

Open sadagoban opened 4 years ago

sadagoban commented 4 years ago

Hello there,

MCQ test results are not correctly reflected on assessment reports which is generated.

Some students results are not accounted in the assessment reports.

Kindly check the below images to understand the issue

CH 1 CH 2

serhio-w02 commented 4 years ago

sadagoban, this one interests me too. Can you tell me, if the specific test score recalculation fixes the problem ? i had similar problems once or twice in the past but did not pay attention to them since the results of exercises were not used for grading

sadagoban commented 4 years ago

Recalculation not fixing the issue in my case. I kept two attempts for my MCQ test. I removed one attempt results manually then the missed students results were shown in the assessment.

serhio-w02 commented 4 years ago

at a first glance looks like ""transactional"" fault; first dbs table got populated, related no . probably not reproducible since there is no tangible starting point. You can try with approaching the cause/solution: the easy way: ask the person; he probably use more than one opened tab with chamilo appl., one with msq and others with social network or other course content. The hard way; analyze both http server logs access and error filtered by IP and date from msq report. Sorry.

ywarnier commented 4 years ago

Hi @sadagoban the gradebook/assessments tool uses only the best attempt, I believe (I'd have to check the code to tell you with absolute confidence what it does, but it also depends on some setting being set or not). Could this explain the issue you're seeing? Could you make sure the tests you are using in assessments have only one authorized attempt?