Altering the Printed Quiz Results Report

Mar 03, 2014

Hello,

I have a course which asks reflective questions. The answers need to be printed out and brought to the face to face portion of the course. Since these are essay questions that are not graded, the report that storyline creates does not work well. It formats the essay responses under Student Response in a tiny column, which leads to many, many pages of printing and reading difficulty.

Is there a way to alter the report to only print the Question and the Student Answer? I have looked at the html, and I am not sure how to alter it. It seems the entire table is pulled at once:

<SCRIPT>
 if (g_oPrintOptions.bShowQuizReview)
 {
  var arrQuizzes  = g_oPrintOptions.arrQuizzes;
  // for (strQuizId in g_listQuizzes)
  for (var i = 0; i < arrQuizzes.length; i++)
  {
   WriteQuizResults(arrQuizzes[i])

Any advice or help would be greatly appreciated!

Be the first to reply

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