in making the question paper

1.qpaperhandler-- qpaper name,marks,section_count
2.addquestionhow-- either make a new question or add an old one.

2.1 addOldQuestion-- to add previously made questions.
2.2 addnewQuestion-- make a new question

2.1.1 addfromquery---give a query to select question from question bank

2.1.2  addfromqpaper---add from previously made question papers.(gets qpaper name)
2.1.2.1 displayques--displays the questions of the selected paper

2.1.3 addques2paper-- adds the questions to the q_in_paper table.

3. addStudent -- manipulate the student database
4. addClass -- make and edit your class
5. addLab -- make and edit your Lab
6. createTest -- make the test selecting the question paper,lab and class
7. uploadTest -- upload the previously created tests.

