Online Exam System
-
Hello I'm Developing an Online Examination System using ASP.NET - I just want to know the best way to store the students answer in the database is it better to store the Id of the Selected option or the value of it and What I have to store when the answer of question is text ? - how to display the quesitons depending on their type for example : Multichoice with one answer [Radio list box] Multichoice with many answer [check list box] regards ,
You have To Search About The Truth Of Your Life Why Are you Here In Life ?
-
Hello I'm Developing an Online Examination System using ASP.NET - I just want to know the best way to store the students answer in the database is it better to store the Id of the Selected option or the value of it and What I have to store when the answer of question is text ? - how to display the quesitons depending on their type for example : Multichoice with one answer [Radio list box] Multichoice with many answer [check list box] regards ,
You have To Search About The Truth Of Your Life Why Are you Here In Life ?
1. Better is to use ID of the selected option which is selected answer of one question. 2. If question is multi-choice then use CheckListBox otherwise use RadioListBox. Take and look Visual CertExam, you will get idea how will looks and works your application.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
1. Better is to use ID of the selected option which is selected answer of one question. 2. If question is multi-choice then use CheckListBox otherwise use RadioListBox. Take and look Visual CertExam, you will get idea how will looks and works your application.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
thanks a lot I appreciate your answer well I have another question I want to build this application using either ASP.NET or ASP.NET MVC 1.0 how can I take the decision in using one of them especially that I need to learn MVC before I start what are the points that I have to take in consideration when taking this decision ?
You have To Search About The Truth Of Your Life Why Are you Here In Life ?