chamilo-lms icon indicating copy to clipboard operation
chamilo-lms copied to clipboard

Untangle use of track_e_attempt_recording to get date of attempt review by teacher

Open ywarnier opened this issue 3 years ago • 2 comments

In Chamilo 1.*, the list of attempts of users (track_e_exercise + track_e_attempt) is JOINed with track_e_attempt_recording to get the date for the correction by a teacher.

There is something inherently wrong with that and the way the track_e_attempt_recording is used. Instead, corrections should be kept in a table, and audit of all changes by a student in an attempt in another table.

ywarnier avatar Nov 08 '21 16:11 ywarnier

So rename track_e_attempt_reporting to track_e_attempt_qualify to track feedback from teachers. Later, we will add track_e_attempt_log or something like that to keep track of the user's answers during a test and have more tools to understand users behaviours during a test

ywarnier avatar Mar 16 '23 16:03 ywarnier

Request is done in this PR https://github.com/chamilo/chamilo-lms/pull/4652

Thanks for confirmation.

christianbeeznest avatar Mar 21 '23 22:03 christianbeeznest