diff --git a/css/questionset.css b/css/questionset.css index bb3ddd2..6f5221b 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -151,15 +151,6 @@ line-height: 2.2335em; } -.h5p-question .h5p-question-next, -.h5p-question .h5p-question-finish { - margin: 0 0 1.5em 0.5em; -} - -.h5p-question .h5p-question-prev { - margin: 0 0.5em 1.5em 0.5em; -} - .h5p-question .h5p-question-next:before { content: "\f054"; padding-right: 0; diff --git a/js/questionset.js b/js/questionset.js index f2bf807..a51f27d 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -133,7 +133,6 @@ H5P.QuestionSet = function (options, contentId, contentData) { var template = new EJS({text: texttemplate}); var endTemplate = new EJS({text: resulttemplate}); - var initialParams = $.extend(true, {}, defaults, options); var poolOrder; // Order of questions in a pool var currentQuestion = 0;