File size: 538 Bytes
6256eb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# !/bin/bash

# Student Time Gap Distribution
python plot_timegap_distribution.py \
    --bin-time 5 \
    --plot-upper-limit-minutes 240

# Student Attempt Distribution
python plot_student_attempt_distribution.py \
    --bin-time 1440   

python plot_student_attempt_distribution.py \
    --bin-time 10800

python plot_student_attempt_distribution.py \
    --bin-time 43200

# Total Time Distribution
python plot_totaltime_distribution.py \
    --bin-time 10800

# Preprocess 
python process_to_single_file.py \
    --grouping-time 10800