Merge branch 'api-1.0'
commit
4c777b3397
|
@ -377,6 +377,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
if (questionInstance.getCopyrights !== undefined) {
|
if (questionInstance.getCopyrights !== undefined) {
|
||||||
var rights = questionInstance.getCopyrights();
|
var rights = questionInstance.getCopyrights();
|
||||||
if (rights !== undefined) {
|
if (rights !== undefined) {
|
||||||
|
rights.setLabel('Question '+(i+1));
|
||||||
info.addContent(rights);
|
info.addContent(rights);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue