Dear, I want to make MCQ,s Exam system in which we can create question sheets . students answer the sheets by clicking . system gathers marks of each student. makes final result.
can any body help me . i m using php language
MCQ,s Exam system in php
What exactly do you need help with?
jamhussain;11008533 wrote:Dear, I want to make MCQ,s Exam system in which we can create question sheets . students answer the sheets by clicking . system gathers marks of each student. makes final result.
can any body help me . i m using php language
You've started by coming up with 4 basic requirements. Now take each of those requirements, and break them down into even more granular requirements. Repeat until you get your requirements down to a low enough level where it's obvious how to code it, then write a function, class, module, whatever-you-want to implement that one piece of functionality. Then start tying the pieces together into logical groupings, and eventually you have your application (stopping by here whenever you have a problem/question regarding the implementation of a specific piece).
Dear, I need the php script in which we can save questions in database. students get MCQ,s questions. Anwer these questions. the data is matched with correct values in database.
then system gathers the marks of each student and gives result.
thanks.
Yes, that we already know. So, what have you done so far? You need to put in some effort before you get help.
Or else if you want someone to write it for you, post your request in the Available Positions sub-forum to see if you can find someone who will do it for you for a mutually agreed price. We're here to help, but not to provide free labor.