<%
Dim DBConn, rs, temprs, CurrThreadLevel, SQLText
'' Intialize the Database connection
Set DBConn=Server.CreateObject("ADODB.Connection")
DBConn.Open "vm_dsn"
Set rs=Server.CreateObject("ADODB.Recordset")
SQLText = "SELECT QuestionID, LookupID, QuestionText FROM VoteMatch2006 ORDER BY QuestionID "
rs.Open SQLText, DBConn
dim the_QuestionText, the_LookupID, the_QuestionID
dim sec0, sec1, sec2, sec3, sec4
sec0 = "_a" '' Which button to light up?
%>
<%
''Close Database Connections
rs.Close
DBConn.Close
Set rs = Nothing
Set DBConn = Nothing
%>
This is the "private" version of the VoteMatch quiz. It uses no cookies, does not track your input. does not store your input, and uses no JavaScript. However, you cannot save your answers for later use, and we cannot guarantee that the "Back" button works nor that you can successfully switch between quizzes. You can do those safely on the regular version of the VoteMatch quiz.