Forum Discussion
Adding References to Certificate of Completions
Hi Kris, it may be that I didn't get something correct. Would you be comfortable sharing your *.story file with me. You can send to me privately at sam @ rebusmedia . com (remove the spaces) and I can take a quick look for you.
It's not a dumb question. This will work locally when it does work. No special set-up required.
Hi Sam
Just thought I'd update you, we have managed to get the report to display as needed, with just a minor tweak of the script you kindly forwarded:
var player = window.opener.GetPlayer();
var quiznum = 0;
for(var i in quizzes){
if(quiznum !== 0){
quizzes[i].strQuizName = player.GetVar('Section_'+quiznum+'_Title');
}
quiznum = quiznum + 1;
}
This works for the current module with 3 knowledge check quizzes (on testing server, due to trust local browser restrictions), so will check again when we produce further modules for publishing.
Thanks again for your help.
Kris.
Related Content
- 7 months ago
- 2 months ago
- 4 months ago