-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
48 lines (32 loc) · 1.51 KB
/
todo.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
todo in create account =>
1)on deletion => update show teacher account page ======> solved :)
2)link save button ======> solved :)
3)student show account => all(class wise division) =====> solved :)
4)name addition in principal & teacher =====> solved :)
5)update detail - teacher student - toLowercase() =======> solved :)
///////////////////////////
6)student detail / breakdown class wise =======> solved :)
a1)limit to last 1 query students inside classDetail
a2)Check student create & -
b1) del - check limit last 1
b2)update - check limit last 1
a3)query checkStd option
a4)onclick option -> fill array from class detail class
///////////////////////////
7)Check del duplicate student id ========> solved :)
8)Std array updated on edit student detail to reflect correctly on dom. ==> solved :)
/*********************************************************************************/
=> assign subjects to teacher by principal
/*** ONLINE TEST STARTS ***/
9) teacher can create online test, inside class
10) respective class stduent can see that test
//feature in test :
11)student can mark right option & finally submit
12) once submitted cant be resubmitted , will query/show correct options/their option
//key feature
13)a timer starts on start of test ? how ? set time when test is opened in db.
14)end test automatically when time ends from that time
//necessary
15)show live time change on time on dom
/*** ONLINE TEST ENDS ****/
/*********************************************************************************/