Merge branch 'api-1.0'

pull/1/head
Frode Petterson 2014-03-23 01:34:13 +01:00
commit 4c777b3397
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ H5P.QuestionSet = function (options, contentId) {
if (questionInstance.getCopyrights !== undefined) {
var rights = questionInstance.getCopyrights();
if (rights !== undefined) {
rights.setLabel('Question '+(i+1));
info.addContent(rights);
}
}