Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Undo revision 944912 by William J Gibson (talk) |
||
Line 472: | Line 472: | ||
} | } | ||
$.each(exam.examQuestions, function (index, value) { | $.each(exam.examQuestions, function (index, value) { | ||
$("#navPane").append("<div id='" + | $("#navPane").append("<div id='" + index + "' class='navPaneButton'> " + (index - -1) + "</div>"); | ||
}); | }); | ||
$("#" + exam.currentQuestion).addClass("boxed"); | $("#" + exam.currentQuestion).addClass("boxed"); |