Ок.
On 1 task everything turned out, I commented out the lines
Code: |
'details': Q.statistics.getStatistics(result, true, true, this.extraParams),
'resultMessage': result.IsCorrect ? LM.getMessage('COM_ARIQUIZ_RESULT_CORRECTANSWER') : LM.getMessage('COM_ARIQUIZ_RESULT_INCORRECTANSWER'),
'resultClass': result.IsCorrect ? 'aq-answer-correct' : 'aq-answer-incorrect',
|
Will you help me solve 2 task?
2. When the explanation is displayed, the other answer button to the question should be inactive or hidden, because pressing it will still result in an error. in this dialogue one can not make a choice.