RetroMediquiz
<%@ include file="retromediquiz_header.html" %>
Brush up on your medical trivia and problem solving skills with our Retro MedIQuiz compilation, featuring five years of MedIQuiz challenges. You’ll have the opportunity to test your knowledge and browse for topics that interest you. To start playing, choose a topic from the list below.
We hope you enjoy the quizzes and good luck!
Subjects
<%
HashMap theSubjects = retrohome_bean.getSubjects();
TreeSet treeSet = new TreeSet(theSubjects.keySet());
Iterator iterator = treeSet.iterator();
Integer k;
String s = "";
int count = 0;
while (iterator.hasNext()) {
k = (Integer) iterator.next();
s = (String) theSubjects.get(k);
%>