Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Only workaround I can suggest is to use a SHORTANSWER sub-question type instead of NUMERICAL:

What is the percentage increase from 40 to 60?  {1:SHORTANSWER:=6.25%~=0.0625}.

Decode: 

Question definition
 
{1:SHORTANSWER:=6.25%~=0.0625}
Default mark
 
1
Case sensitivity
 
No, case is unimportant
Answer
 
6.25%
Grade
 
1
Feedback
 
 
Answer
 
0.0625
Grade
 
1
Average of ratings: Useful (2)
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Thanks for posting all the required details. I'm afraid there currently is no setting to achieve what you want. AFAIK, the standard behaviour of questions in quiz is to display the selected answer(s) along with their Specific feedback. The only exception being in the case illustrated on your screenshot, i.e. in the case of selecting an incorrect answer, then the Specific feedback for that incorrect answer is displayed, and the feedback for the (not selected) correct answer is also displayed under the answers list after the heading "The correct answer is:".

A possible solution to this problem would be to create a new Question Behaviour. What does Tim Hunt think?