1
0.42 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . activate AS activate_7 , t0 . avatar AS avatar_8 , t0 . matricule AS matricule_9 , t0 . lastname AS lastname_10 , t0 . firstname AS firstname_11 , t0 . is_eligible AS is_eligible_12 , t0 . created_by_id AS created_by_id_13 , t0 . updated_by_id AS updated_by_id_14 , t0 . review_level_id AS review_level_id_15 , t0 . student_group_id AS student_group_id_16 FROM user t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . activate AS activate_7 , t0 . avatar AS avatar_8 , t0 . matricule AS matricule_9 , t0 . lastname AS lastname_10 , t0 . firstname AS firstname_11 , t0 . is_eligible AS is_eligible_12 , t0 . created_by_id AS created_by_id_13 , t0 . updated_by_id AS updated_by_id_14 , t0 . review_level_id AS review_level_id_15 , t0 . student_group_id AS student_group_id_16 FROM user t0 WHERE t0 . id = 1322 ;
Copy
2
0.34 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . review_id AS review_id_3 , t0 . level_id AS level_id_4 FROM review_level t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . review_id AS review_id_3 , t0 . level_id AS level_id_4 FROM review_level t0 WHERE t0 . id = '10' ;
Copy
3
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . visible AS visible_3 , t0 . enable AS enable_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . start_at AS start_at_7 , t0 . end_at AS end_at_8 , t0 . created_by_id AS created_by_id_9 , t0 . updated_by_id AS updated_by_id_10 FROM review t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . visible AS visible_3 , t0 . enable AS enable_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . start_at AS start_at_7 , t0 . end_at AS end_at_8 , t0 . created_by_id AS created_by_id_9 , t0 . updated_by_id AS updated_by_id_10 FROM review t0 WHERE t0 . id = 1 ;
Copy
4
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . slug AS slug_6 , t0 . duration AS duration_7 , t0 . created_by_id AS created_by_id_8 , t0 . updated_by_id AS updated_by_id_9 , t0 . course_id AS course_id_10 , t0 . user_id AS user_id_11 FROM subject t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"sujet-test "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . slug AS slug_6 , t0 . duration AS duration_7 , t0 . created_by_id AS created_by_id_8 , t0 . updated_by_id AS updated_by_id_9 , t0 . course_id AS course_id_10 , t0 . user_id AS user_id_11 FROM subject t0 WHERE t0 . slug = 'sujet-test' LIMIT 1 ;
Copy
5
0.33 ms
SELECT t0 . id AS id_1 , t0 . start_at AS start_at_2 , t0 . status AS status_3 , t0 . updated_at AS updated_at_4 , t0 . student_group AS student_group_5 , t0 . current_question_index AS current_question_index_6 , t0 . student_id AS student_id_7 , t0 . subject_id AS subject_id_8 , t0 . review_level_id AS review_level_id_9 FROM do_subject t0 WHERE t0 . student_id = ? AND t0 . subject_id = ? AND t0 . review_level_id = ? LIMIT 1
Parameters :
[
1322
38
10
]
SELECT t0 . id AS id_1 , t0 . start_at AS start_at_2 , t0 . status AS status_3 , t0 . updated_at AS updated_at_4 , t0 . student_group AS student_group_5 , t0 . current_question_index AS current_question_index_6 , t0 . student_id AS student_id_7 , t0 . subject_id AS subject_id_8 , t0 . review_level_id AS review_level_id_9 FROM do_subject t0 WHERE t0 . student_id = 1322 AND t0 . subject_id = 38 AND t0 . review_level_id = 10 LIMIT 1 ;
Copy
6
0.18 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369980' ;
Copy
7
0.17 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 69 ;
Copy
8
0.15 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 208 ;
Copy
9
0.21 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369981' ;
Copy
10
0.15 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 1043 ;
Copy
11
0.16 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 3529 ;
Copy
12
0.14 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369982' ;
Copy
13
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 21 ;
Copy
14
0.13 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 65 ;
Copy
15
0.14 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369983' ;
Copy
16
0.13 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 17 ;
Copy
17
0.11 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 49 ;
Copy
18
0.12 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369984' ;
Copy
19
0.11 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 35 ;
Copy
20
0.10 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 113 ;
Copy
21
0.21 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369985' ;
Copy
22
0.20 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 15 ;
Copy
23
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 40 ;
Copy
24
0.12 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369986' ;
Copy
25
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 18 ;
Copy
26
0.15 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 50 ;
Copy
27
0.14 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369987' ;
Copy
28
0.17 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 32 ;
Copy
29
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 105 ;
Copy
30
0.15 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369988' ;
Copy
31
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 64 ;
Copy
32
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 198 ;
Copy
33
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369989' ;
Copy
34
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 68 ;
Copy
35
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 205 ;
Copy
36
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369990' ;
Copy
37
0.15 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 36 ;
Copy
38
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 117 ;
Copy
39
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369991' ;
Copy
40
0.15 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 1047 ;
Copy
41
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 3541 ;
Copy
42
0.16 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369992' ;
Copy
43
0.13 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 1053 ;
Copy
44
0.12 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369993' ;
Copy
45
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 44 ;
Copy
46
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 137 ;
Copy
47
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 138 ;
Copy
48
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 139 ;
Copy
49
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369994' ;
Copy
50
0.13 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 43 ;
Copy
51
0.11 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 133 ;
Copy
52
0.15 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369995' ;
Copy
53
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 63 ;
Copy
54
0.12 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 196 ;
Copy
55
0.23 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369996' ;
Copy
56
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 19 ;
Copy
57
0.13 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . height AS height_3 , t0 . question_id AS question_id_4 FROM answer t0 WHERE t0 . id = 57 ;
Copy
58
0.16 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369997' ;
Copy
59
0.14 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . type AS type_3 , t0 . point AS point_4 , t0 . duration AS duration_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 FROM question t0 WHERE t0 . id = 1052 ;
Copy
60
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369998' ;
Copy
61
0.12 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '369999' ;
Copy
62
0.16 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '370000' ;
Copy
63
0.13 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . id = '370001' ;
Copy
64
0.13 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
65
0.30 ms
UPDATE subject_response SET response = ? , logs = ? WHERE id = ?
Parameters :
[
""
"[{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-12-16T13:43:30.556Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-12-16T13:44:32.745Z"},{"event":"editorContent","details":"Contenu de tinymce-369997 mis \u00e0 jour : <p>La terre <\/p>","timestamp":"2025-12-16T13:44:32.754Z"},{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-12-16T13:44:33.200Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-12-16T13:46:41.321Z"},{"event":"editorContent","details":"Contenu de tinymce-369997 mis \u00e0 jour : ","timestamp":"2025-12-16T13:46:41.329Z"}] "
369997
]
UPDATE subject_response SET response = '' , logs = '[{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-12-16T13:43:30.556Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-12-16T13:44:32.745Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-369997 mis \\u00e0 jour : <p>La terre <\\/p>\",\"timestamp\":\"2025-12-16T13:44:32.754Z\"},{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-12-16T13:44:33.200Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-12-16T13:46:41.321Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-369997 mis \\u00e0 jour : \",\"timestamp\":\"2025-12-16T13:46:41.329Z\"}]' WHERE id = 369997 ;
Copy
66
0.17 ms
"COMMIT"
67
0.31 ms
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . do_subject_id = ?
SELECT t0 . id AS id_1 , t0 . response AS response_2 , t0 . score AS score_3 , t0 . is_responded AS is_responded_4 , t0 . logs AS logs_5 , t0 . started_at AS started_at_6 , t0 . question_id AS question_id_7 , t0 . student_id AS student_id_8 , t0 . do_subject_id AS do_subject_id_9 FROM subject_response t0 WHERE t0 . do_subject_id = 16887 ;
Copy