In the previous post I had show you how to use Ms. Access as your database. Now in this article I will explain you how to create a Quiz software. First take a look about the database.
Here I have done all the program in just one form. And using panel I did all the hiding and showing data.
Table Question (tblQuestion)
Here I have done all the program in just one form. And using panel I did all the hiding and showing data.
Table Question (tblQuestion)
- ID (Number auto increment by 1)
- Question (Text)
- Option1 (Text)
- Option2 (Text)
- Option3 (Text)
- Option4 (Text)
- Answer (Text)