Feature #5716
Enable exercise report by category
Description
In the report (the detailed screen with the score for each question, as viewed by the student after the test, or by the teacher when he comes to review it), show a table like the following between the total score (now the first section to appear) and the result of the first question.
I'm assuming there are 10 questions in the test (max score 1 for each one) and 3 categories, and that 3 questions are in no category at all:
Categories | Absolute score | Relative score |
Categ. A | 6/6 | 100% |
Categ. B | 3/6 | 50% |
Categ. C | 4/5 | 80% |
None | 1/3 | 33% |
Total | 14/20 | 70% |
If a question is inside 2 different categories, then it is counted twice into this table. This should be possible to integrate into Chamilo 1.9.4.
Files
Associated revisions
History
Updated by Yannick Warnier about 8 years ago
- File snapper1166187321534.png snapper1166187321534.png added
Attaching something similar to what I want in terms of presentation (although we want to show the score).
Updated by Julio Montoya about 8 years ago
For showing the "pass", "failed" the "pass percentage" setting must be "on"
Updated by Eric Petitdemange about 8 years ago
Could you please consider people using sessions, as score and progress is not shown the same way ?
Thanks in advance.
Updated by Yannick Warnier about 8 years ago
- Due date changed from 14/11/2012 to 22/11/2012
Julio A. Montoya wrote:
For showing the "pass", "failed" the "pass percentage" setting must be "on"
Actually, I don't need the pass/fail stuff, just the percentage as in the table at the beginning. The screenshot was an idea of the presentation, nothing more.
Updated by Yannick Warnier about 8 years ago
Coursenligne 45 wrote:
Could you please consider people using sessions, as score and progress is not shown the same way ?
We're only speaking about exercises here, so there is no "progress" of any kind (for now) related to this task, and I think the exercises results are show the same way in and out of session... aren't they?
Updated by Yannick Warnier about 8 years ago
For a number of reasons, including the recent success of the Chamilo certification program, we will need to have a new mode of report, which only shows the table with a final global score, but doesn't show the details of points obtained for each question.
The new report type should say (next to the "exam mode: show nothing"):
$FeedbackTypeExamFinalScore = "Exam mode with final score: show only the final score, with categories if available.";
This mode should show the table described above in this task, which I will update right now to reflect the "Total score" line.
Updated by Julio Montoya about 8 years ago
Yannick Warnier wrote:
For a number of reasons, including the recent success of the Chamilo certification program, we will need to have a new mode of report, which only shows the table with a final global score, but doesn't show the details of points obtained for each question.
The new report type should say (next to the "exam mode: show nothing"):
$FeedbackTypeExamFinalScore = "Exam mode with final score: show only the final score, with categories if available.";This mode should show the table described above in this task, which I will update right now to reflect the "Total score" line.
This setting does not match the same thing you want?
"Practice mode: Show score only"
we could just edit the lang var: "Show score only, with categories if available".
Updated by Julio Montoya about 8 years ago
- File cat_report.png added
- File cat_report.png added
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 50
I added some code to 1.9.4 need testing:
Updated by Yannick Warnier about 8 years ago
- Status changed from Needs testing to Assigned
- Assignee set to Julio Montoya
Julio A. Montoya wrote:
Yannick Warnier wrote:
For a number of reasons, including the recent success of the Chamilo certification program, we will need to have a new mode of report, which only shows the table with a final global score, but doesn't show the details of points obtained for each question.
The new report type should say (next to the "exam mode: show nothing"):
$FeedbackTypeExamFinalScore = "Exam mode with final score: show only the final score, with categories if available.";This mode should show the table described above in this task, which I will update right now to reflect the "Total score" line.
This setting does not match the same thing you want?
"Practice mode: Show score only"
we could just edit the lang var: "Show score only, with categories if available".
No, the "Show score only" shows the score for each and every question. I don't want any question to be shown, but only the categories and total (the table you have in your screenshot is excellent, I just need it to appear without the questions at the bottom).
Updated by Julio Montoya about 8 years ago
- File exercises.png exercises.png added
- Assignee changed from Julio Montoya to Yannick Warnier
Yannick Warnier wrote:
For a number of reasons, including the recent success of the Chamilo certification program, we will need to have a new mode of report, which only shows the table with a final global score, but doesn't show the details of points obtained for each question.
The new report type should say (next to the "exam mode: show nothing"):
$FeedbackTypeExamFinalScore = "Exam mode with final score: show only the final score, with categories if available.";This mode should show the table described above in this task, which I will update right now to reflect the "Total score" line.
I guess you are saying that you want just a new option in the "Show score to learner" setting and not in the "Feedback" setting?
Because you're mixing both concepts here ...
Updated by Yannick Warnier about 8 years ago
- Assignee changed from Yannick Warnier to Julio Montoya
Julio Montoya wrote:
I guess you are saying that you want just a new option in the "Show score to learner" setting and not in the "Feedback" setting?
Because you're mixing both concepts here ...
Indeed. I didn't have them clearly in mind. Yes, in the "show score ..." section.
Updated by Julio Montoya about 8 years ago
- Assignee changed from Julio Montoya to Yannick Warnier
Yannick Warnier wrote:
No, the "Show score only" shows the score for each and every question. I don't want any question to be shown, but only the categories and total (the table you have in your screenshot is excellent, I just need it to appear without the questions at the bottom).
I did a test and when the "show score only" is on I only see the final score.
Updated by Yannick Warnier about 8 years ago
- Assignee changed from Yannick Warnier to Julio Montoya
I'm OK for updating the label for the "Show score only" to "Show score only, by category if at least one is used"
Updated by Julio Montoya about 8 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya)
Variable was changed in translate.chamilo : "OnlyShowScore" in "exercise"
Updated by Yannick Warnier about 8 years ago
- File chamilo-results-by-categories.png chamilo-results-by-categories.png added
- Status changed from Needs testing to Feature implemented
- Assignee set to Julio Montoya
- % Done changed from 50 to 100
I'm satisfied with the current results (they're very nice) :-)
Adding category report see #5716