Widget:ExamObjDefinition: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 38: Line 38:
}
}
}//End Init
}//End Init
}
var interface = {
    init : function (){
            var welcomeScreen = "<a href='#' id='beginexam'><img src='http://www.wikidoc.org/images/d/da/Click_here_to_answer_questions.png' /></a><br />";
            welcomeScreen += "<div id='queslink'></div>";
            welcomeScreen += "<a href='http://www.wikidoc.org/index.php/Board_Review_Help'><img src='http://static.wikidoc.org/4/48/Click_here_for_help.png' /></a></div>";
            $.("#wbrcontent").html(welcomeScreen);
            }
    stepTwo : function (){
            $.("#wbrcontent").html(" ");
var examPicker = "<b>Click here to start the exam:</b><br />";
examPicker += "<a href='#' onclick="loginCheck(\'Random\',\'USMLE Step 1\')'><img src='http://static.wikidoc.org/8/87/Step1.png' /></a>";
examPicker += "<a href='#' onclick='loginCheck('Random','USMLE Step 2 CK')'><img src='http://static.wikidoc.org/0/07/Step2CK.png' /></a>
examPicker += "<a href="#" onclick="loginCheck('Random','USMLE Step 3')"><img src='http://static.wikidoc.org/0/08/Step3.png' /></a>
examPicker += "<a href="#" onclick="loginCheck('Random','Board Review')"><img src='http://static.wikidoc.org/7/75/Boardcertification.png' /></a>
examPicker += "<a href="#" onclick="loginCheck('Random','MCAT')"><img src='http://static.wikidoc.org/4/4b/MCAT.png' /></a><br />
<!-- bold + larger font size-->
<b>Click here to repeat questions you've gotten wrong previously</b>
<input type="button" onclick="loginCheck('Queue','Nuffin')" value="Review Exam" /><br />
            }
}
}
function getQuestionMembers(pagename) {
function getQuestionMembers(pagename) {
Line 59: Line 80:


</script>
</script>
<div id="wbrcontent" style="position:relative;width:100%;height:100%;"></div>
</includeonly>
</includeonly>

Revision as of 19:19, 27 June 2013