Actions
Bug #1932
closedexe_weighting is dynamic in track_e_exercices
Complexity:
Challenging
SCRUM pts - complexity:
13
Description
The exe_weighting field in track_e_exercices is dynamic, which means a student can get 100% total score when he hasn't finished the exercise yet. The exe_weighting should be calculated at the beginning of the attempt at taking the exercise, not after each question.
Updated by Yannick Warnier almost 12 years ago
- Target version changed from 1.8.8 alpha to 1.8.8 beta
Updated by Julio Montoya almost 12 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
Updated by Julio Montoya almost 12 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Yannick Warnier
- % Done changed from 0 to 60
Ok, the weight is only registered at the beginning when using 1 question per page, if we are using the "All question per page" we save it when the user sends the exam
Updated by Yannick Warnier almost 12 years ago
- Status changed from Needs more info to Bug resolved
Didn't try it but the code changes seem correct to me at first glance...
Actions