|
id
|
int(11)
|
|
|
|
|
id_leccion
|
int(11)
|
|
|
|
|
tipo
|
enum
|
-- |
|
|
|
titulo
|
varchar(255)
|
|
|
|
|
contenido_html
|
longtext
|
|
|
|
|
dificultad
|
int(11)
|
|
|
|
|
orden_en_leccion
|
int(11)
|
|
|
|
|
recipe
|
longtext
|
|
|
|
|
respuesta_correcta
|
varchar(500)
|
|
|
|
|
opciones
|
longtext
|
|
|
|
|
criterios_evaluacion
|
longtext
|
|
|
|
|
id_template_evaluacion
|
varchar(100)
|
|
|
|
|
puntaje_aprobatorio
|
int(11)
|
|
|
70
|
|
metadatos
|
longtext
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|
|
fecha_creacion
|
timestamp
|
|
|
current_timestamp()
|