HFJ-256: Added missing copyrights to boardgame.
parent
0f8892d697
commit
aa5387feef
|
@ -379,6 +379,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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue