app_quiz_statistics

0 rows


Description

table to cache results from analysis done in statistics report for quizzes.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_quiz_statistics_id_seq'::regclass)
hashcode varchar 40 ''::character varying
whichattempts int2 5 null
timemodified int8 19 null
firstattemptscount int8 19 null
highestattemptscount int8 19 null
lastattemptscount int8 19 null
allattemptscount int8 19 null
firstattemptsavg numeric 15,5 null
highestattemptsavg numeric 15,5 null
lastattemptsavg numeric 15,5 null
allattemptsavg numeric 15,5 null
median numeric 15,5 null
standarddeviation numeric 15,5 null
skewness numeric 15,10 null
kurtosis numeric 15,5 null
cic numeric 15,10 null
errorratio numeric 15,10 null
standarderror numeric 15,10 null

Indexes

Constraint Name Type Sort Column(s)
app_quizstat_id_pk Primary key Asc id

Diagram producer might be missing

No diagrams were produced please see application output for any errors