-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanning.txt
29 lines (28 loc) · 1.16 KB
/
planning.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- make insert post and edit post in same function [done]
- add function of add or edit or delete post meta [done]
- make a function by which add input field in add new question[done]
- nav post to view questions [done]
- add category meta , input field, separated by comma [done]
SELECT q.* FROM ( SELECT referece_id FROM meta_data WHERE FIND_IN_SET('513', meta_value) > 0 ) AS md JOIN questions AS q ON md.referece_id = q.id;
- custom question maker [done]
- update print options [done]
- add question paper [done]
- save question paper [done]
- have to think about the randomness of the answer [ok for now]
- add mcq model test option [done]
- evulate [done]
- make a evaluation database [done]
- make evaluatoin functions [done]
- save evaluation[done]
- show evaluation results from panel [done]
- can user reexam ? - may can if previous result deleted
- cross check all form and $_POST [done by form token]
- made token function [done]
- exam form open or close.
- make a random paper code by which user can give exam
- add classroom system
- add separated user
- user details
- user signup opitons
- one user cant see another's questions
- add latex / Img / Dynamic Form