Feature #3846
Exercises : Exams show correct answers for teacher
Description
When passing a test as a teacher, even if the exercise is registered as exam, you can see the right answers and the score. It should be hidden so the teacher understands the user will not see them (or a message should be shown in this screen).
Files
Associated revisions
Fixes bug in the "Multiple answer true/false/don't know" question type when viewing the question feedback see #3846
History
Updated by Julio Montoya over 9 years ago
- Status changed from Assigned to Needs more info
- Assignee deleted (
Julio Montoya) - % Done changed from 0 to 50
This seems to be already fixed tested with changeset: 15626:075787b826d2
Updated by Yannick Warnier almost 9 years ago
I think we just saw it with Michela. She'll report on this.
Updated by Michela Mosquera almost 9 years ago
- File exam-respuestas.png exam-respuestas.png added
- Assignee set to Julio Montoya
Hola Julio,
Adjunto el error:
Solo se deben se visualizar los comentarios de las respuestas que selecciono.
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Michela Mosquera
- % Done changed from 50 to 80
Funciona para mi hay que setear la config asi:
Show score to learner: Exam mode: Do not show score nor answers
Entonces, el profe no verĂ¡ los resultados solo un mensaje "Saved"
Updated by Yannick Warnier over 8 years ago
- Status changed from Needs more info to Assigned
- Assignee changed from Michela Mosquera to Julio Montoya
Julio, I think you don't get the idea. If I select "show feedback", then the feedback (=the comments) should only appear for the questions I have selected. For example:
- Question 1: Which is the color of the cat on this picture?
- Answer 1: White - Feedback "That's right, he's white"
- Answer 2: Blue - Feedback "That's a strange color for a cat!"
- Answer 3: Black - Feedback "I think you misjudged a little bit..."
The right answer is 1. However, if the student marks answer 2, he will see the 3 different feedbacks appear! He should only see the feedback of 2 (the feedback of 1 and 3 is not relevant because he didn't answer these).
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Yannick Warnier
ok got it, but when selecting a question: "Multiple answer true/false/don't know"
The default answer is set to "don't know"
So if the user select only 1 answer, all unanswered options will be shown because the script
assumes that if the user selects nothing the answer is "dont know"
Updated by Yannick Warnier over 8 years ago
- Status changed from Needs more info to Assigned
- Assignee changed from Yannick Warnier to Julio Montoya
Whenever a user select no answer at all, no feedback should be shown. Nothing. It doesn't make sense, if he answered nothing, to show feedback of things that only have to be shown in relation to one single answer.
If he select "Don't know", then we show the feedback corresponding to the "Don't know" answer (as far as I know, it is possible to give feedback for the "Don't know" answer.
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Yoselyn Castillo
I just fixed the problem you mention with the question "Multiple answer true/false/don't know"
Updated by Yoselyn Castillo over 8 years ago
- File respuestas.png respuestas.png added
- Assignee changed from Yoselyn Castillo to Julio Montoya
Para las preguntas de multiple respuestas(ture/false/i dont know) continuan apareciendo los comentarios de todas las respuestas las haya marcado bien o no, solo con diferente color. ver el fichero atachado
Updated by Julio Montoya over 8 years ago
- Assignee changed from Julio Montoya to Yoselyn Castillo
claro esta bien, si seleccionas "don't know", true o false te debe aparecer el feedback (ya sea la respuesta bien o mal), en tu screenshot se ve que selecionaste "True", "Don't know", "Don't know" y "True". Cuando no selecionas nada aparece un "-" en ese caso el feedback no debe aparecer.
Otra cosa, para mostrar una imagen debes de escribir en el text area en redmine algo asi:
!respuestas.png!
Updated by Yoselyn Castillo over 8 years ago
- Status changed from Needs more info to Bug resolved
So it works fine, it only shows comments for those items which have been selected (good or bad).
Fixing feedback issue see #3846