View on GitHub

phd-thesis-evaluation

##

CSV-file with information from VPL Moodle plugin

File: FullScaleStudies-SourceMoodle-VPL.csv

Column Description
UserID Integer as user identification to differentiate students on the empirical studies
NroUSP Integer as students identification to differentiate students on the school
startPX Epoch unix time stamp in which the student with UserID started to solve the programming problem tasks with identification PX
corrPX Correctness score of the programming problem task with identification PX
exatPX Exact effective time in seconds spent by the student with UserID to solve the programming problem task with identification PX. Effective time is the window-time in seconds dedicated by the student inside the VPL editor.
PXs0 Guttman-based score for the programming problem task with identification PX and rule s0.
PXs1 Guttman-based score for the programming problem task with identification PX and rule s1.
PXs2 Guttman-based score for the programming problem task with identification PX and rule s2.
PXs3 Guttman-based score for the programming problem task with identification PX and rule s3.

Guttman-structure scoring rules

rule s0: score(Q)

rule s1: score(Q x T50)

rule s2: score(Q x T66 x T33)

rule s3: score(Q x T75 x T50 x T25)

Fixing ERROR 2006 (HY000): MySQL server has gone away?

mysql -u root -p
# enter password

mysql > SET GLOBAL max_allowed_packet=1073741824;

and add to /etc/my.cnf:

```

/etc/my.cnf

max_allowed_packet=128M