|
id
|
int(11)
|
|
|
|
|
id_alumno
|
int(11)
|
|
|
|
|
id_ejercicio
|
int(11)
|
|
|
|
|
id_leccion
|
int(11)
|
|
|
|
|
respuesta_alumno
|
longtext
|
|
|
|
|
score
|
decimal(5,2)
|
|
|
|
|
profesor_score
|
decimal(5,2)
|
|
|
|
|
profesor_notas
|
text
|
|
|
|
|
id_profesor_evaluador
|
int(11)
|
|
|
|
|
fecha_eval_profesor
|
timestamp
|
|
|
|
|
aprobado
|
tinyint(1)
|
|
|
|
|
evaluacion_requerida
|
tinyint(1)
|
|
|
0
|
|
fue_evaluado
|
tinyint(1)
|
|
|
0
|
|
intento_numero
|
int(11)
|
|
|
1
|
|
metadatos
|
longtext
|
|
|
|
|
fecha_intento
|
timestamp
|
|
|
current_timestamp()
|