HFJ-256: Added missing copyrights to boardgame.
parent
0f8892d697
commit
aa5387feef
|
@ -379,6 +379,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