1
0.34 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 = 948 ;
Copy
2
0.37 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 = '222' ;
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 = 12 ;
Copy
4
0.49 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 :
[
"redaction-de-presse-sem1-dup-68eac1-dup-d2506f "
]
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 = 'redaction-de-presse-sem1-dup-68eac1-dup-d2506f' 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 :
[
948
998
222
]
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 = 948 AND t0 . subject_id = 998 AND t0 . review_level_id = 222 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 = '273077' ;
Copy
7
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 = 4037 ;
Copy
8
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 = 12582 ;
Copy
9
0.11 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 = '273078' ;
Copy
10
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 = 3653 ;
Copy
11
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 = 11507 ;
Copy
12
0.10 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 = '273079' ;
Copy
13
0.09 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 = 3995 ;
Copy
14
0.09 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 = 12449 ;
Copy
15
0.10 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 = '273080' ;
Copy
16
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 = 4091 ;
Copy
17
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 = 12755 ;
Copy
18
0.11 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 = '273081' ;
Copy
19
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 = 4003 ;
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 = 12472 ;
Copy
21
0.11 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 = '273082' ;
Copy
22
0.09 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 = 4087 ;
Copy
23
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 = 12742 ;
Copy
24
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 = '273083' ;
Copy
25
0.10 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 = 15065 ;
Copy
26
0.11 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 = '273084' ;
Copy
27
0.10 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 = 3994 ;
Copy
28
0.09 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 = 12445 ;
Copy
29
0.10 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 = '273085' ;
Copy
30
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 = 4073 ;
Copy
31
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 = 12697 ;
Copy
32
0.10 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 = '273086' ;
Copy
33
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 = 4052 ;
Copy
34
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 = 12632 ;
Copy
35
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 = '273087' ;
Copy
36
0.18 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 = 4076 ;
Copy
37
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 = 12707 ;
Copy
38
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 = '273088' ;
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 = '273089' ;
Copy
40
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 = 4056 ;
Copy
41
0.20 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 = 12644 ;
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 = '273090' ;
Copy
43
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 = 4048 ;
Copy
44
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 = 12617 ;
Copy
45
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 = '273091' ;
Copy
46
0.10 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 = 3986 ;
Copy
47
0.09 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 = 12426 ;
Copy
48
3.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 = '273092' ;
Copy
49
0.30 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 = 15066 ;
Copy
50
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 = '273093' ;
Copy
51
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 = '273094' ;
Copy
52
0.11 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 = '273095' ;
Copy
53
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 = '273096' ;
Copy
54
0.17 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 = '273097' ;
Copy
55
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 = '273098' ;
Copy
56
0.11 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
57
1.08 ms
UPDATE subject_response SET is_responded = ? , logs = ? WHERE id = ?
Parameters :
[
1
"[{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-07-16T03:46:25.769Z"},{"event":"audioRecordingStarted","details":"Enregistrement audio d\u00e9marr\u00e9 pour la question 273092","timestamp":"2025-07-16T03:49:25.694Z"},{"event":"audioRecordingStopped","details":"Arr\u00eat de l'enregistrement pour la question 273092","timestamp":"2025-07-16T03:51:25.096Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-07-16T03:51:25.151Z"},{"event":"editorContent","details":"Contenu de tinymce-273083 mis \u00e0 jour : <p>La citation de JEAN LOUIS DUMORTIER met en lumière les conditions essentielles de l'énnonciation c'est a dire l'acte de produire un message compréhensible dans une situation donnée :<\/p>\n<p>il nous rappelle que l'énonciation est un acte complexe dépandant de plusieurs conditions:l'un c'est que l'émetteur et le recepteurs sont clairement identifiés et l'autre c'est que il y a un luangage commun qui permet l'echange et que la contexte est important;l'auteur met donc les éléments essentiels à l'énonciation:ils permettent de garantir la réussite de l'acte de la communication;toutefois la communication humaine évolue dans le domaine de la technologie ainsi que les formes expressives ou artistiques et les différences culturelles; le modèle traditionnelde l'énonciation reste à adapter aux réalités contemporaines<\/p>","timestamp":"2025-07-16T03:51:25.159Z"},{"event":"audioRecordingSaved","details":"Enregistrement audio sauvegard\u00e9 pour la question 273092","timestamp":"2025-07-16T03:51:25.218Z"},{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-07-16T03:51:27.213Z"},{"event":"questionValidated","details":"Question valid\u00e9e pour l'index 15","timestamp":"2025-07-16T03:51:28.130Z"},{"event":"resetAllTimers","details":"R\u00e9initialisation de tous les timers","timestamp":"2025-07-16T03:51:28.130Z"},{"event":"nextQuestion","details":"Passage \u00e0 la question suivante depuis l'index 15","timestamp":"2025-07-16T03:51:28.130Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-07-16T03:51:28.130Z"},{"event":"editorContent","details":"Contenu de tinymce-273083 mis \u00e0 jour : <p>La citation de JEAN LOUIS DUMORTIER met en lumière les conditions essentielles de l'énnonciation c'est a dire l'acte de produire un message compréhensible dans une situation donnée :<\/p>\n<p>il nous rappelle que l'énonciation est un acte complexe dépandant de plusieurs conditions:l'un c'est que l'émetteur et le recepteurs sont clairement identifiés et l'autre c'est que il y a un luangage commun qui permet l'echange et que la contexte est important;l'auteur met donc les éléments essentiels à l'énonciation:ils permettent de garantir la réussite de l'acte de la communication;toutefois la communication humaine évolue dans le domaine de la technologie ainsi que les formes expressives ou artistiques et les différences culturelles; le modèle traditionnelde l'énonciation reste à adapter aux réalités contemporaines<\/p>","timestamp":"2025-07-16T03:51:28.139Z"}] "
273092
]
UPDATE subject_response SET is_responded = 1 , logs = '[{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-07-16T03:46:25.769Z\"},{\"event\":\"audioRecordingStarted\",\"details\":\"Enregistrement audio d\\u00e9marr\\u00e9 pour la question 273092\",\"timestamp\":\"2025-07-16T03:49:25.694Z\"},{\"event\":\"audioRecordingStopped\",\"details\":\"Arr\\u00eat de l\'enregistrement pour la question 273092\",\"timestamp\":\"2025-07-16T03:51:25.096Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-07-16T03:51:25.151Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-273083 mis \\u00e0 jour : <p>La citation de JEAN LOUIS DUMORTIER met en lumière les conditions essentielles de l\'énnonciation c\'est a dire l\'acte de produire un message compréhensible dans une situation donnée :<\\/p>\\n<p>il nous rappelle que l\'énonciation est un acte complexe dépandant de plusieurs conditions:l\'un c\'est que l\'émetteur et le recepteurs sont clairement identifiés et l\'autre c\'est que il y a un luangage commun qui permet l\'echange et que la contexte est important;l\'auteur met donc les éléments essentiels à l\'énonciation:ils permettent de garantir la réussite de l\'acte de la communication;toutefois la communication humaine évolue dans le domaine de la technologie ainsi que les formes expressives ou artistiques et les différences culturelles; le modèle traditionnelde l\'énonciation reste à adapter aux réalités contemporaines<\\/p>\",\"timestamp\":\"2025-07-16T03:51:25.159Z\"},{\"event\":\"audioRecordingSaved\",\"details\":\"Enregistrement audio sauvegard\\u00e9 pour la question 273092\",\"timestamp\":\"2025-07-16T03:51:25.218Z\"},{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-07-16T03:51:27.213Z\"},{\"event\":\"questionValidated\",\"details\":\"Question valid\\u00e9e pour l\'index 15\",\"timestamp\":\"2025-07-16T03:51:28.130Z\"},{\"event\":\"resetAllTimers\",\"details\":\"R\\u00e9initialisation de tous les timers\",\"timestamp\":\"2025-07-16T03:51:28.130Z\"},{\"event\":\"nextQuestion\",\"details\":\"Passage \\u00e0 la question suivante depuis l\'index 15\",\"timestamp\":\"2025-07-16T03:51:28.130Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-07-16T03:51:28.130Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-273083 mis \\u00e0 jour : <p>La citation de JEAN LOUIS DUMORTIER met en lumière les conditions essentielles de l\'énnonciation c\'est a dire l\'acte de produire un message compréhensible dans une situation donnée :<\\/p>\\n<p>il nous rappelle que l\'énonciation est un acte complexe dépandant de plusieurs conditions:l\'un c\'est que l\'émetteur et le recepteurs sont clairement identifiés et l\'autre c\'est que il y a un luangage commun qui permet l\'echange et que la contexte est important;l\'auteur met donc les éléments essentiels à l\'énonciation:ils permettent de garantir la réussite de l\'acte de la communication;toutefois la communication humaine évolue dans le domaine de la technologie ainsi que les formes expressives ou artistiques et les différences culturelles; le modèle traditionnelde l\'énonciation reste à adapter aux réalités contemporaines<\\/p>\",\"timestamp\":\"2025-07-16T03:51:28.139Z\"}]' WHERE id = 273092 ;
Copy
58
0.16 ms
"COMMIT"
59
3.20 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 = 12486 ;
Copy