1
0.44 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 = 1103 ;
Copy
2
0.35 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 = '202' ;
Copy
3
0.28 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 = 11 ;
Copy
4
0.58 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 :
[
"droit-penal-des-affaires-sem1-dup-b3626e "
]
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 = 'droit-penal-des-affaires-sem1-dup-b3626e' LIMIT 1 ;
Copy
5
0.34 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 :
[
1103
891
202
]
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 = 1103 AND t0 . subject_id = 891 AND t0 . review_level_id = 202 LIMIT 1 ;
Copy
6
0.22 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 = '257853' ;
Copy
7
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 = 4446 ;
Copy
8
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 = 13757 ;
Copy
9
0.19 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 = '257854' ;
Copy
10
0.24 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 = 4449 ;
Copy
11
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 = 13763 ;
Copy
12
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 = '257855' ;
Copy
13
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 = 6536 ;
Copy
14
0.18 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 = 19952 ;
Copy
15
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 = '257856' ;
Copy
16
0.19 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 = 6531 ;
Copy
17
0.19 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 = 19930 ;
Copy
18
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 = '257857' ;
Copy
19
0.19 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 = 4443 ;
Copy
20
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 = 13752 ;
Copy
21
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 = '257858' ;
Copy
22
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 = 4445 ;
Copy
23
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 = 13756 ;
Copy
24
4.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 = '257859' ;
Copy
25
0.25 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 = 14988 ;
Copy
26
0.19 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 = '257860' ;
Copy
27
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 = 4448 ;
Copy
28
0.17 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 = 13762 ;
Copy
29
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 = '257861' ;
Copy
30
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 = 6533 ;
Copy
31
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 = 19939 ;
Copy
32
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 = '257862' ;
Copy
33
0.19 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 = 6547 ;
Copy
34
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 = 19994 ;
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 = '257863' ;
Copy
36
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 = 6551 ;
Copy
37
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 = 20012 ;
Copy
38
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 = '257864' ;
Copy
39
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 = '257865' ;
Copy
40
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 = '257866' ;
Copy
41
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 = 14987 ;
Copy
42
0.19 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 = '257867' ;
Copy
43
0.16 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 = 14650 ;
Copy
44
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 = 40286 ;
Copy
45
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 = '257868' ;
Copy
46
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 = 6532 ;
Copy
47
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 = 19936 ;
Copy
48
0.22 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 = '257869' ;
Copy
49
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 = 14652 ;
Copy
50
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 = 40290 ;
Copy
51
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 = '257870' ;
Copy
52
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 = 6558 ;
Copy
53
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 = 20029 ;
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 = '257871' ;
Copy
55
0.16 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 = 6544 ;
Copy
56
0.17 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 = 19985 ;
Copy
57
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 = '257872' ;
Copy
58
0.16 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 = 6562 ;
Copy
59
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 = 20037 ;
Copy
60
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 = '257873' ;
Copy
61
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 = 14653 ;
Copy
62
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 = 40292 ;
Copy
63
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 = '257874' ;
Copy
64
0.11 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
65
0.33 ms
UPDATE subject_response SET response = ? , score = ? , is_responded = ? , LOGS = ? WHERE id = ?
Parameters :
[
"40292 "
0.5
1
"[{"event":"autosaveSuccess","details":"Sauvegarde r\u00e9ussie.","timestamp":"2025-06-04T03:44:43.938Z"},{"event":"questionValidated","details":"Question valid\u00e9e pour l'index 20","timestamp":"2025-06-04T03:45:09.199Z"},{"event":"resetAllTimers","details":"R\u00e9initialisation de tous les timers","timestamp":"2025-06-04T03:45:09.199Z"},{"event":"nextQuestion","details":"Passage \u00e0 la question suivante depuis l'index 20","timestamp":"2025-06-04T03:45:09.206Z"},{"event":"autosave","details":"Autosave d\u00e9clench\u00e9.","timestamp":"2025-06-04T03:45:09.207Z"},{"event":"editorContent","details":"Contenu de tinymce-257866 mis \u00e0 jour : <p>Les commentaire de Mireille Delmas-Marty soulève de question essentielles sur la relation entre la loi pénale et la responsabilité induviduelles dans le monde des affaires.En affirmant que la loi ne doit pas dispenser des individus de faire usage de leur propre raison elle met en lumière le risque d'une dependance excessive à la législation pour guider la comportement éthique.<\/p>\n<p>Dans un contexte ou le frontières entre l'habilité et malhonnêtetépeuvent être floues,il est crusial que les acteur économique developpement un conscience éthique et une capacité de jugement personnel,La loi pénalebien qu'importante pour établir de normes et sanctioner les comportements répréhensibles, ne peut pas couvrir toutes les nuances des interaction humaines et de pratique commerciale.<\/p>\n<p>Cette réflexion invite a considérer laénecessité d'une education éthique et d'une culture d'entreprise qui valorise l'intégrité et la responsabilité,En effet un cadre légale rigide pourrait, dans certaine cas, encourager de comportement aupportinistes ou les individus cherchent à se conformer à la lettre de la loi sans à saisir l'esprit,il est essentiel de promouvoir un equilibre entre la régulation juridique et l'autonomie morale des acteurs économique,en fin de favoriser un environnement l'honnêteté et l'éthique sont au coeur des pratiques commerciales.<\/p>","timestamp":"2025-06-04T03:45:09.216Z"}] "
257873
]
UPDATE subject_response SET response = '40292' , score = 0.5 , is_responded = 1 , LOGS = '[{\"event\":\"autosaveSuccess\",\"details\":\"Sauvegarde r\\u00e9ussie.\",\"timestamp\":\"2025-06-04T03:44:43.938Z\"},{\"event\":\"questionValidated\",\"details\":\"Question valid\\u00e9e pour l\'index 20\",\"timestamp\":\"2025-06-04T03:45:09.199Z\"},{\"event\":\"resetAllTimers\",\"details\":\"R\\u00e9initialisation de tous les timers\",\"timestamp\":\"2025-06-04T03:45:09.199Z\"},{\"event\":\"nextQuestion\",\"details\":\"Passage \\u00e0 la question suivante depuis l\'index 20\",\"timestamp\":\"2025-06-04T03:45:09.206Z\"},{\"event\":\"autosave\",\"details\":\"Autosave d\\u00e9clench\\u00e9.\",\"timestamp\":\"2025-06-04T03:45:09.207Z\"},{\"event\":\"editorContent\",\"details\":\"Contenu de tinymce-257866 mis \\u00e0 jour : <p>Les commentaire de Mireille Delmas-Marty soulève de question essentielles sur la relation entre la loi pénale et la responsabilité induviduelles dans le monde des affaires.En affirmant que la loi ne doit pas dispenser des individus de faire usage de leur propre raison elle met en lumière le risque d\'une dependance excessive à la législation pour guider la comportement éthique.<\\/p>\\n<p>Dans un contexte ou le frontières entre l\'habilité et malhonnêtetépeuvent être floues,il est crusial que les acteur économique developpement un conscience éthique et une capacité de jugement personnel,La loi pénalebien qu\'importante pour établir de normes et sanctioner les comportements répréhensibles, ne peut pas couvrir toutes les nuances des interaction humaines et de pratique commerciale.<\\/p>\\n<p>Cette réflexion invite a considérer laénecessité d\'une education éthique et d\'une culture d\'entreprise qui valorise l\'intégrité et la responsabilité,En effet un cadre légale rigide pourrait, dans certaine cas, encourager de comportement aupportinistes ou les individus cherchent à se conformer à la lettre de la loi sans à saisir l\'esprit,il est essentiel de promouvoir un equilibre entre la régulation juridique et l\'autonomie morale des acteurs économique,en fin de favoriser un environnement l\'honnêteté et l\'éthique sont au coeur des pratiques commerciales.<\\/p>\",\"timestamp\":\"2025-06-04T03:45:09.216Z\"}]' WHERE id = 257873 ;
Copy
66
0.15 ms
"COMMIT"
67
3.92 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 = 11794 ;
Copy