Widget:WJG Sandbox Merge: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 403: | Line 403: | ||
} | } | ||
function chooseQBank(event) { | function chooseQBank(event) { | ||
$("#chooseQBank").remove();//Once the QBank is picked, we'll remove the div that held it. | |||
$("#exam").show(); | |||
window.exam.examtype = $(this).attr('id'); | window.exam.examtype = $(this).attr('id'); | ||
var divs = null; | var divs = null; |