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).