Quiz
Written in June 2008, this application shows multiple choice questions. See the code overleaf.
The input radio controls are NOT runat=server so “qst” + questionNr is used.
The questions are stored in a sqlite db. The answer is inline with the question, which uses a placeholderĀ [options]. For ex:
We would study English if we [go | would go | will go | went] to England.
When submitting, feedback on each question is given for ex:
Wrong! You gave ‘would go’ but Correct Answer is ‘went ‘.
aspx
aspx.vb
Question
Sql Helper
Leave a Comment
You must be logged in to post a comment.