Widget:WJG Sandbox: Difference between revisions

Jump to navigation Jump to search
No edit summary
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'>&nbsp;&nbsp;&nbsp;&nbsp;" + obj.AnswerAExp + "</div>";
htmlStuff += "<div class='answerExp explanationHide' id='Ae'>&nbsp;&nbsp;&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:53, 19 February 2014