Well no worries, this is actually a simple fix, as long as you're publishing for your SCORM LMS.
Here's the code/solution:
In your quizzes published folder look for quiz_content/report.html
This is the html page that gets loaded.
Now, we need to add this code:
"window.opener.parent.GetStudentName()"
Where do we add it? well that depends on where you want it to show up!
For now just search for:
document.write("<P><H1>" + strTitle + "</H1></P>");
and replace with:
document.write("<P><H1>" + strTitle +"<br>"+window.opener.parent.GetStudentName()+ "</H1></P>");
This will put it just below the header! Test it out, and then try out moving it to different locations or adding formatting!
Hope this helps!
When will you be in NYC... I owe you a drink. Worked perfectly.
ReplyDeleteHa ha, good to hear!
ReplyDeleteI doubt i'll be in NYC anytime soon, but feel free to mail me a bottle of www.baconvodka.com
LOL. I would so mail it, just tell me where too.
ReplyDeleteI do have another question for you, off of this topic.
I am using the swf file you made for removing the Finish button from the Results page of quizmaker. You have the swf file posted, but not the source, I was just curious if this same thing can be done to hide the "Review Quiz" button. If I can hide that I will have 100% of what I need to do with Quiz Maker completed.
I had posted the solution to the Articulate Community yesterday, I just reposted it to my blog today.
ReplyDeleteIf you're removing both the finish and the review quiz, you just need one swf with both snippets of code.
Thanks. You rock... you need a Paypal account set up :-)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHi, probably our entry may be off topic but anyways, I have been surfing around your blog and it looks very professional. It’s obvious you know your topic and you appear fervent about it. I’m developing a fresh blog plus I’m struggling to make it look good, as well as offer the best quality content. I have learned much at your web site and also I anticipate alot more articles and will be coming back soon. Thanks you.
ReplyDeleteScorm E Learning
Hi,
ReplyDeletein my quizzes published folder, the quiz_content folder is missing. Why???
Yikes, don't quite know why, but I might be able to help you if you can provide some more information regarding your publish settings.
ReplyDeleteMy articulate quizmaker settings:
ReplyDeleteSCORM 2004 or SCORM 1.2
Report status Passed/Incompleted
And you have no problems running the actual published quiz?
ReplyDeleteWhy don't you zip up your published quiz folder and send it to me to have a look
officeofirrelevance@gmail.com
I would also suggest seeking support help at the articulate forums, they seem to be very quick to help resolve issues.
Mail sended... thanks
ReplyDeleteYou are a genius. I have been trying to get this to work for HOURS using various other methods suggested on other forums and posts, such as modifying lms.js to include a lmsAPI.GetStudentName statement and calling on the GetParam function in Saba using native commands. NONE of these worked, as we are using a Saba 5.3 lms with separate domains for content and the courses information. I was at wits end as to how I would pull this information. Then, somehow, I found this post and it worked PERFECTLY. You have successfully restored my sanity. Thank you.
ReplyDeleteThank you for your comment, while I have not been writing here lately, I certainly do appreciate that this blog is providing help.
ReplyDeleteStill works in 2015! Thanks!
ReplyDelete