HFJ-256: Added missing copyrights to boardgame.
parent
6c9634eae7
commit
7eca1c8c0b
|
@ -397,6 +397,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