Research Article

Modeling and Classification of the Behavioral Patterns of Students Participating in Online Examination

Algorithm 3

Find movement pattern.
Input:                      Output from Algorithm 2
Output:
HeadMovementPattern: ,
EyeMovementPattern: ,
LipMovementPattern:              0 or 1 where 0: Normal Movement and 1: Abnormal Movement
1: ChunkSize,
2: TotalCount,
3:                              User defined value, default TH = 40
4: for i = 1 to CS do
5: if () then
6:   
7: else
8:  if () then
9:    
10:  end if
11: end if
12: end for
13: if then
14:                                    1: Abnormal Movement
15: else
16:                                     0: Normal Movement
17: end if