
");
document.writeln("
" + numberText[i] + " | ");
document.writeln("
" + questionText[i]);
document.writeln(" ");
document.writeln("");
if (listMap.charAt(i) != "1") {
document.writeln("RESPONSE: | ");
document.writeln("" + responseText[i] + " | ");
}
document.writeln("ANSWER: | ");
document.writeln("" + answerText[i] + " | ");
document.writeln("POINTS: | ");
document.writeln("" + scoreDetails[i] + " | ");
if (showFeedback && feedbackText[i] != null) {
document.writeln("FEEDBACK: | ");
document.writeln("" + feedbackText[i] + " | ");
}
if (showRef) {
document.writeln("REF: | ");
document.writeln("" + refText[i] + " | ");
}
document.writeln(" ");
document.writeln(" | ");
}
document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("