Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 782: | Line 782: | ||
var cur_q=exam.currentQuestion; | var cur_q=exam.currentQuestion; | ||
var temp_flag_div_id='.navPaneButton#'+cur_q; | var temp_flag_div_id='.navPaneButton#'+cur_q; | ||
$( | $("#" + event.data.currentQuestion).toggleClass('flagged'); | ||
//alert("You clicked the flag!"+temp_flag_div_id); | //alert("You clicked the flag!"+temp_flag_div_id); | ||