Widget:WJG Sandbox: Difference between revisions

Jump to navigation Jump to search
(Undo revision 944925 by William J Gibson (talk))
No edit summary
Line 491: Line 491:
}
}
if (obj.AnswerAExp && obj.AnswerAExp.length > 0 && exam.examType === "Tutor") {
if (obj.AnswerAExp && obj.AnswerAExp.length > 0 && exam.examType === "Tutor") {
htmlStuff += "<div class='answerExp explanationHide' id='Ae'><i>&nbsp;&nbsp;&nbsp;&nbsp;" + obj.AnswerAExp + "</i></div>";
htmlStuff += "<div class='answerExp explanationHide' id='Ae'>&nbsp;&nbsp;&nbsp;&nbsp;" + obj.AnswerAExp + "</div>";
}
}
if (obj.AnswerB && obj.AnswerB.length > 0) {
if (obj.AnswerB && obj.AnswerB.length > 0) {

Revision as of 03:47, 19 February 2014