Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
jlex
/
qbank
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/html/jlex/qbank/add_question.html
<html> <head><title>Add a question</title></head> <body> <h2>Add a question below:</h2> <form action="add_question.php4" method="post"> <b>Subject</b> (check all that apply):<BR/> <input type="checkbox" name="subject" value="physiology" checked="1"/> Physiology <br/><br/> <b>Section</b> (check all that apply):<BR/> <input type="checkbox" name="section" value="endocrinology" checked="1"/> Endocrinology <br/><br/> <b>Keywords</b>:<br/> <textarea name="keywords" rows="1" cols="50"></textarea> <br/><br/> <b>Question:</b>(if multiple choice: use carriage return to mark end of question/answer. Do not letter/number answer choices.<BR/> <textarea name="question" rows="15" cols="100"></textarea> <BR/> <b>Answer</b> (if multiple choice, write entire answer):<br/> <textarea name="answer" rows="7" cols="100"></textarea> <BR/> <br/><br/> <b>Resources</b> (e.g. BRS 2nd edition: pg. 248):<br/> <textarea name="resources" cols="50" row="5">http://human.physiol.arizona.edu/CGI/EndocrineTest1.html</textarea> <br/><br/> <input type="submit"/> <br/><br/> <b>Difficulty</b> (1-10: hardest = 10): <select name="difficulty"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option>10</option> </select> <br/><br/> <b>Question Type: <select name="type"> <option>exam</review> <option>review</review> <option>case study</option> </select> <BR/> </form> </body> </html>