Commit f4b8a408 by Zia Fazal

fixed review step not showing tip and result icon

parent c6af6c4c
......@@ -126,7 +126,7 @@ function MCQBlock(runtime, element) {
messageView.clearResult();
var choiceInputDOM = $('.choice-selector input[value="'+ result.submission +'"]');
var choiceInputDOM = $('.choice-selector input[value="'+ result.submission +'"]', element);
var choiceDOM = choiceInputDOM.closest('.choice');
var choiceResultDOM = $('.choice-result', choiceDOM);
var choiceTipsDOM = $('.choice-tips', choiceDOM);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment