module_problem_user_attempted
-
id increments
-
module_id FK integer
-
user_id FK integer
-
problem_id FK integer
-
grade decimal (8,2)
-
start_date timestamp
-
end_date timestamp
-
feedback string (500)
-
running_code tinyInteger
-
timestamps timestamps
-
feedback_html text
-
code text
-
errors text
-
response text
-
execution_time decimal (8,2)
module_problem_user_summary
-
id increments
-
module_id FK integer
-
user_id FK integer
-
problem_id FK integer
-
best_score decimal (8,2)
-
solved boolean
-
n_problems_attempts integer
-
skipped boolean
-
timestamps timestamps
module_resource_user_summary
-
id increments
-
user_id FK integer
-
module_id FK integer
-
rating decimal (8,2)
-
comment text
-
anonymous tinyInteger
-
rated_at timestamp
-
resource_id FK integer
-
timestamps timestamps
module_resource_user_views
-
id increments
-
module_id FK integer
-
resource_id FK integer
-
user_id FK integer
-
timestamps timestamps