From 0dd48ee8429a3144cdfe0b3169a6ef95a5d987b7 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Thu, 17 Jan 2013 22:57:10 +0100 Subject: [PATCH] Stop using dropbox for images --- js/questionset.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/questionset.js b/js/questionset.js index 0f880e4..5cd512a 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -12,11 +12,12 @@ // - h5pQuestionSetFinished: Triggered when a question is finished. (User presses Finish-button) window.H5P = window.H5P || {}; -H5P.QuestionSet = function (options) { +H5P.QuestionSet = function (options, contentId) { if ( !(this instanceof H5P.QuestionSet) ) - return new H5P.QuestionSet(options); + return new H5P.QuestionSet(options, contentId); var $ = H5P.jQuery; + var cp = H5P.getContentPath(contentId); var texttemplate = '' + '
' + @@ -124,7 +125,7 @@ H5P.QuestionSet = function (options) { for (var i=0; i