Show feedback for each question

Ref. https://h5p.org/node/8730
HFJ-1747
pull/4/head
Frode Petterson 2016-04-06 15:53:50 +02:00
parent 6d50af50ec
commit 40fa6542e6
1 changed files with 0 additions and 3 deletions

View File

@ -406,9 +406,6 @@ H5P.QuestionSet = function (options, contentId) {
// Listen for image resize
registerImageLoadedListener(question);
// Disable feedback for question
question.setBehaviour({disableFeedback: true});
// Add next/finish button
if (questionInstances[questionInstances.length -1] === question) {