1
0.74 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 = 268 ;
Copy
2
0.64 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 = '236' ;
Copy
3
0.73 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 = 13 ;
Copy
4
1.64 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 :
[
"etude-dimpact-environnemental-sem-2 "
]
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 = 'etude-dimpact-environnemental-sem-2' LIMIT 1 ;
Copy
5
1.31 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 :
[
268
619
236
]
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 = 268 AND t0 . subject_id = 619 AND t0 . review_level_id = 236 LIMIT 1 ;
Copy
6
0.50 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 = '373500' ;
Copy
7
0.52 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 = 9152 ;
Copy
8
0.36 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 = 27195 ;
Copy
9
0.56 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 = '373501' ;
Copy
10
0.47 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 = 15662 ;
Copy
11
0.39 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 = 41808 ;
Copy
12
9.56 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 = '373502' ;
Copy
13
0.64 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 = 15656 ;
Copy
14
0.40 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 = '373503' ;
Copy
15
0.29 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 = 9141 ;
Copy
16
0.27 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 = 27162 ;
Copy
17
0.29 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 = '373504' ;
Copy
18
0.38 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 = 9142 ;
Copy
19
0.26 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 = 27165 ;
Copy
20
0.24 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 = '373505' ;
Copy
21
0.23 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 = 15655 ;
Copy
22
0.27 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 = '373506' ;
Copy
23
0.69 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 = '373507' ;
Copy
24
0.56 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 = '373508' ;
Copy
25
0.43 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 = '373509' ;
Copy
26
0.39 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 = '373510' ;
Copy
27
0.48 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 = '373511' ;
Copy
28
0.52 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 = '373512' ;
Copy
29
0.38 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 = '373513' ;
Copy
30
0.33 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 = '373514' ;
Copy
31
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 . 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 = '373515' ;
Copy
32
0.30 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 = '373516' ;
Copy
33
0.49 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 = '373517' ;
Copy
34
0.57 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 = '373518' ;
Copy
35
0.39 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 = '373519' ;
Copy
36
0.37 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 = '373520' ;
Copy
37
0.43 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 = '373521' ;
Copy
38
0.30 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
39
0.69 ms
UPDATE subject_response SET response = ? , score = ? , is_responded = ? , logs = ? WHERE id = ?
Parameters :
[
"27165 "
0.5
1
"[{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-12-29T08:27:46.048Z"},{"event":"questionValidated","details":"Question valid\u00e9e pour l'index 4","timestamp":"2025-12-29T08:28:28.579Z"},{"event":"resetAllTimers","details":"R\u00e9initialisation de tous les timers","timestamp":"2025-12-29T08:28:28.579Z"},{"event":"nextQuestion","details":"Passage \u00e0 la question suivante depuis l'index 4","timestamp":"2025-12-29T08:28:28.579Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-12-29T08:28:28.579Z"},{"event":"editorContent","details":"Contenu de tinymce-373505 mis \u00e0 jour : ","timestamp":"2025-12-29T08:28:28.582Z"}] "
373504
]
UPDATE subject_response SET response = '27165' , score = 0.5 , is_responded = 1 , logs = '[{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-12-29T08:27:46.048Z\"},{\"event\":\"questionValidated\",\"details\":\"Question valid\\u00e9e pour l\'index 4\",\"timestamp\":\"2025-12-29T08:28:28.579Z\"},{\"event\":\"resetAllTimers\",\"details\":\"R\\u00e9initialisation de tous les timers\",\"timestamp\":\"2025-12-29T08:28:28.579Z\"},{\"event\":\"nextQuestion\",\"details\":\"Passage \\u00e0 la question suivante depuis l\'index 4\",\"timestamp\":\"2025-12-29T08:28:28.579Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-12-29T08:28:28.579Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-373505 mis \\u00e0 jour : \",\"timestamp\":\"2025-12-29T08:28:28.582Z\"}]' WHERE id = 373504 ;
Copy
40
0.33 ms
"COMMIT"
41
7.61 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 = 17047 ;
Copy