Quiz completion page with students name

Jun 23, 2011

I need to have the quiz results page show the students name, without having the student add the name themselves.   It is for regulatory compliance.  The name must pull from the LMS.  I found a blog that states:

"In your quizzes published folder look for quiz_content/report.html

search for:

document.write("<P><H1>" + strTitle + "</H1></P>");

and replace with:

document.write("<P><H1>" + strTitle +"<br>"+window.opener.parent.GetStudentName()+ "</H1></P>");

My problem is this - I created a short test CBT, just to try this fix, but I cannot find the quiz_content/report.html file anywhere.

Any ideas on what I am doing wrong.  Here is where I looked: Desktop\test\cert.presp.test\certificate.preso.test\data\swf\quizmaker_261\quiz_content

Thanks for any help you can give.  I have to get the students name on some type of a page that they can print without having them type in the name themselves.

Philip

7 Replies
Philip Lima

Phil,

That's great, but it doesn't solve my problem.  What I need is a certificate of completion that the user can print when they passed the quiz that shows:

  • course name
  • student name
  • date
  • score

We do a lot of financial regulatory training, so this is a requirement for me.  There has to be some way to do it.

Philip

This discussion is closed. You can start a new discussion or contact Articulate Support.