diff --git a/js/questionset.js b/js/questionset.js
index d772f84..d0a8fbd 100644
--- a/js/questionset.js
+++ b/js/questionset.js
@@ -75,7 +75,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
' <% if (introPage.introduction) { %>' +
'
<%= introPage.introduction %>
' +
' <% } %>' +
- ' ' +
+ ' ' +
'' +
'<% } %>' +
'' +
@@ -957,6 +957,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
$(this).parents('.intro-page').hide();
$('.questionset', $myDom).show();
_showQuestion(params.initialQuestion);
+ event.preventDefault();
})
.keydown(function (event) {
switch (event.which) {