diff --git a/js/questionset.js b/js/questionset.js index e354141..9a482de 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -14,19 +14,41 @@ H5P.QuestionSet = function (options) { return new H5P.QuestionSet(options); var texttemplate = '' + +'' + '
' + '
<%= title %>
' + ' <% for (var i=0; i' + -'
' + +'
' + '
<%= questions[i].machineName %>
' + '
' + ' <% } %>' + '