From 418e708d86d635ff969cc79bd55fb49443939a63 Mon Sep 17 00:00:00 2001 From: Amal Udjir Date: Mon, 5 May 2025 06:12:30 +0700 Subject: [PATCH] perubahan baru --- iclop.sql | 571 ++++++++++-------- resources/views/dashboard_student.blade.php | 228 +------ .../php/student/material/index.blade.php | 40 +- 3 files changed, 349 insertions(+), 490 deletions(-) diff --git a/iclop.sql b/iclop.sql index bdc4a84..cc0a055 100644 --- a/iclop.sql +++ b/iclop.sql @@ -11,7 +11,7 @@ Target Server Version : 100425 (10.4.25-MariaDB) File Encoding : 65001 - Date: 03/05/2025 23:39:00 + Date: 05/05/2025 06:12:12 */ SET NAMES utf8mb4; @@ -37,7 +37,7 @@ CREATE TABLE `android_enrollment` ( -- ---------------------------- -- Records of android_enrollment -- ---------------------------- -INSERT INTO `android_enrollment` VALUES (9, 7, 1577, 'review', '2023-08-14 13:48:01', '2023-08-14 13:49:17', NULL); +INSERT INTO `android_enrollment` VALUES (9, 7, 1580, 'review', '2023-08-14 13:48:01', '2023-08-14 13:49:17', NULL); -- ---------------------------- -- Table structure for android_submits @@ -87443,6 +87443,38 @@ INSERT INTO `learning_files` VALUES (45, 41, 'learning/mWwCuOEBlRaTq1ut0OIFg2jcX INSERT INTO `learning_files` VALUES (46, 42, 'learning/tEKM7p6BaWZCX68JxCuUut2d2kED9J91RDMOHR0U.zip', 'learning/O2tK4jfHhpHqvbBXojFyZg93tAbWnNczDN9Ae7Mj.zip', 'learning/U4pP0ZBEZAuwreQGrpRwO71hjFTV9ZkhKZhz3z3K.rar', '', '', '2022-08-20 14:49:14', '2022-08-20 14:49:14'); INSERT INTO `learning_files` VALUES (47, 43, 'learning/lugtYMnWfdwknOOKg2QYaV00nVuF5GgXIqwBZOIG.rar', 'learning/tgDVp7Y4SUMFJcQfa2R1Ul0gKqugMx4l5Uk8Xgcc.rar', 'learning/C0sKZYEFnLjmUH77RCBAh8dQ0fKDAbuAiPZYV1xv.rar', '', '', '2022-08-21 04:56:23', '2022-08-21 04:56:23'); +-- ---------------------------- +-- Table structure for master_materi +-- ---------------------------- +DROP TABLE IF EXISTS `master_materi`; +CREATE TABLE `master_materi` ( + `id_meteri` int NOT NULL AUTO_INCREMENT, + `materi` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, + `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `topik` int NULL DEFAULT NULL, + `link` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `status` enum('draft','publish') CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `created_at` date NULL DEFAULT NULL, + `updated_at` date NULL DEFAULT NULL, + PRIMARY KEY (`id_meteri`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of master_materi +-- ---------------------------- +INSERT INTO `master_materi` VALUES (1, 'Android programming with Java and Kotlin', NULL, 'Android.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (2, 'Mobile programming with Flutter', NULL, 'Flutter.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (3, 'Web application with Node.JS', NULL, 'Node.js.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (4, 'Python programming', NULL, 'Python.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (5, 'SQL Querying with MySQL', NULL, 'MySQL.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (6, 'SQL Querying with PostgreSQL', NULL, 'PostgreSQL.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (7, 'Network programming with Java', NULL, 'Network.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (8, 'Game programming with Unity', NULL, 'Unity.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (9, 'Data Analytics with Python', NULL, 'Data analytic.png', 0, 'learning_student', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (10, 'PHP Programming Basic', NULL, 'PHP.png', 7, 'welcome', 'publish', '2024-03-05', NULL); +INSERT INTO `master_materi` VALUES (11, 'PHP Programming Advanced', NULL, 'PHP.png', 3, 'codeception_start', 'publish', '2024-03-05', NULL); + -- ---------------------------- -- Table structure for media -- ---------------------------- @@ -87694,6 +87726,7 @@ CREATE TABLE `personal_access_tokens` ( DROP TABLE IF EXISTS `php_submits_submission`; CREATE TABLE `php_submits_submission` ( `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, + `id_materi` int NULL DEFAULT NULL, `task_id` bigint NOT NULL, `task_topics` bigint NULL DEFAULT NULL, `task_no` bigint NULL DEFAULT NULL, @@ -87715,246 +87748,246 @@ CREATE TABLE `php_submits_submission` ( -- ---------------------------- -- Records of php_submits_submission -- ---------------------------- -INSERT INTO `php_submits_submission` VALUES (1, 1, 7, 1, 'syahrian5656@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:45', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (2, 2, 8, 1, 'syahrian5656@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:45', '10:17:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (3, 3, 9, 1, 'syahrian5656@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:30', '10:27:15', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (4, 4, 10, 1, 'syahrian5656@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:15', '10:37:51', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (5, 5, 11, 1, 'syahrian5656@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (6, 1, 7, 1, 'athallah.alsha@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:40', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (7, 2, 8, 1, 'athallah.alsha@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:40', '10:19:20', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (8, 3, 9, 1, 'athallah.alsha@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:20', '10:28:59', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (9, 4, 10, 1, 'athallah.alsha@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:59', '10:39:17', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (10, 5, 11, 1, 'athallah.alsha@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:17', '10:51:24', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (11, 1, 7, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (12, 2, 8, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:09', '10:18:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (13, 3, 9, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:18', '10:26:27', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (14, 4, 10, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:27', '10:36:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (15, 5, 11, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:30', '10:48:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (16, 1, 7, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (17, 2, 8, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:48', '10:19:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (18, 3, 9, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:36', '10:29:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (19, 4, 10, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:42', '10:39:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (20, 5, 11, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:52', '10:52:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (21, 1, 7, 1, 'krisnagmerz21@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:04:24', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (22, 2, 8, 1, 'krisnagmerz21@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:04:24', '10:08:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (23, 3, 9, 1, 'krisnagmerz21@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:08:48', '10:15:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (24, 4, 10, 1, 'krisnagmerz21@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:15:54', '10:26:07', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (25, 5, 11, 1, 'krisnagmerz21@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:07', '10:38:16', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (26, 1, 7, 1, 'indraw910@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:27', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (27, 2, 8, 1, 'indraw910@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:27', '10:22:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (28, 3, 9, 1, 'indraw910@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:54', '10:33:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (29, 4, 10, 1, 'indraw910@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:33:21', '10:43:31', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (30, 5, 11, 1, 'indraw910@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:43:31', '10:55:41', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (31, 1, 7, 1, '2241720114@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:39', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (32, 2, 8, 1, '2241720114@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:39', '10:17:28', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (33, 3, 9, 1, '2241720114@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:28', '10:26:57', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (34, 4, 10, 1, '2241720114@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:57', '10:37:51', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (35, 5, 11, 1, '2241720114@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (36, 1, 7, 1, 'daffayudisa09@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (37, 2, 8, 1, 'daffayudisa09@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:09', '10:24:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (38, 3, 9, 1, 'daffayudisa09@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:18', '10:34:27', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (39, 4, 10, 1, 'daffayudisa09@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:27', '10:44:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (40, 5, 11, 1, 'daffayudisa09@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:36', '10:56:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (41, 1, 7, 1, 'anabellatus@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:24', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (42, 2, 8, 1, 'anabellatus@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:24', '10:22:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (43, 3, 9, 1, 'anabellatus@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:35:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (44, 4, 10, 1, 'anabellatus@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:30', '10:45:32', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (45, 5, 11, 1, 'anabellatus@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:32', '10:57:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (46, 1, 7, 1, 'fanesahbi22@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (47, 2, 8, 1, 'fanesahbi22@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:52', '10:19:45', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (48, 3, 9, 1, 'fanesahbi22@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:45', '10:28:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (49, 4, 10, 1, 'fanesahbi22@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:50', '10:39:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (50, 5, 11, 1, 'fanesahbi22@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:00', '10:51:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (51, 1, 7, 1, 'putrinorchasana@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:34', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (52, 2, 8, 1, 'putrinorchasana@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:34', '10:11:07', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (53, 3, 9, 1, 'putrinorchasana@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:07', '10:18:37', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (54, 4, 10, 1, 'putrinorchasana@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:37', '10:28:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (55, 5, 11, 1, 'putrinorchasana@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:28:56', '10:41:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (56, 1, 7, 1, '2241720031@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (57, 2, 8, 1, '2241720031@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:26', '10:16:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (58, 3, 9, 1, '2241720031@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:16:52', '10:29:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (59, 4, 10, 1, '2241720031@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:21', '10:39:33', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (60, 5, 11, 1, '2241720031@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:33', '10:51:49', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (61, 1, 7, 1, 'doniwk1402@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:29', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (62, 2, 8, 1, 'doniwk1402@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:29', '10:24:58', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (63, 3, 9, 1, 'doniwk1402@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:58', '10:38:02', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (64, 4, 10, 1, 'doniwk1402@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:02', '10:48:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (65, 5, 11, 1, 'doniwk1402@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:26', '11:00:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (66, 1, 7, 1, 'putrinastitidea@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (67, 2, 8, 1, 'putrinastitidea@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:04', '10:30:08', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (68, 3, 9, 1, 'putrinastitidea@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:30:08', '10:39:55', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (69, 4, 10, 1, 'putrinastitidea@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:55', '10:50:01', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (70, 5, 11, 1, 'putrinastitidea@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:01', '11:02:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (71, 1, 7, 1, 'elvarettas23@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:47', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (72, 2, 8, 1, 'elvarettas23@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:47', '10:19:34', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (73, 3, 9, 1, 'elvarettas23@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:34', '10:26:43', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (74, 4, 10, 1, 'elvarettas23@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:43', '10:36:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (75, 5, 11, 1, 'elvarettas23@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:50', '10:49:44', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (76, 1, 7, 1, 'nargyanti@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (77, 2, 8, 1, 'nargyanti@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:09', '10:14:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (78, 3, 9, 1, 'nargyanti@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:36', '10:36:05', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (79, 4, 10, 1, 'nargyanti@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:14', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (80, 5, 11, 1, 'nargyanti@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:14', '10:58:20', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (81, 1, 7, 1, 'nafiulalam25@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (82, 2, 8, 1, 'nafiulalam25@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:24:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (83, 3, 9, 1, 'nafiulalam25@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:34:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (84, 4, 10, 1, 'nafiulalam25@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:42', '10:44:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (85, 5, 11, 1, 'nafiulalam25@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:52', '10:57:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (86, 1, 7, 1, 'database.no7@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (87, 2, 8, 1, 'database.no7@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:54', '10:22:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (88, 3, 9, 1, 'database.no7@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:06', '10:28:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (89, 4, 10, 1, 'database.no7@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:09', '10:38:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (90, 5, 11, 1, 'database.no7@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:21', '10:50:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (91, 1, 7, 1, 'muhridlo111@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (92, 2, 8, 1, 'muhridlo111@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:03', '10:19:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (93, 3, 9, 1, 'muhridlo111@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:03', '10:36:05', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (94, 4, 10, 1, 'muhridlo111@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:29', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (95, 5, 11, 1, 'muhridlo111@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:29', '10:58:55', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (96, 1, 7, 1, 'rafiteguh6@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:01', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (97, 2, 8, 1, 'rafiteguh6@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:01', '10:25:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (98, 3, 9, 1, 'rafiteguh6@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:26', '10:18:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (99, 4, 10, 1, 'rafiteguh6@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:52', '10:29:46', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (100, 5, 11, 1, 'rafiteguh6@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:29:46', '10:42:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (101, 1, 7, 1, 'malikibrahimdenny@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (102, 2, 8, 1, 'malikibrahimdenny@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:38', '10:11:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (103, 3, 9, 1, 'malikibrahimdenny@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:26:32', '10:39:53', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (104, 4, 10, 1, 'malikibrahimdenny@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:53', '10:50:07', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (105, 5, 11, 1, 'malikibrahimdenny@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:07', '11:02:55', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (106, 1, 7, 1, 'byannurcahyo@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (107, 2, 8, 1, 'byannurcahyo@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:21', '10:26:32', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (108, 3, 9, 1, 'byannurcahyo@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:31:54', '10:47:51', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (109, 4, 10, 1, 'byannurcahyo@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:47:51', '10:58:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (110, 5, 11, 1, 'byannurcahyo@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:58:00', '11:10:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (111, 1, 7, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:57', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (112, 2, 8, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:57', '10:31:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (113, 3, 9, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (114, 4, 10, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (115, 5, 11, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (116, 1, 7, 1, 'ihza.nk.160903@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (117, 2, 8, 1, 'ihza.nk.160903@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:22:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (118, 3, 9, 1, 'ihza.nk.160903@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:15:40', '10:29:08', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (119, 4, 10, 1, 'ihza.nk.160903@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:08', '10:39:19', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (120, 5, 11, 1, 'ihza.nk.160903@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:19', '10:51:25', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (121, 1, 7, 1, 'ahmadaria012@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (122, 2, 8, 1, 'ahmadaria012@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:50', '10:15:40', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (123, 3, 9, 1, 'ahmadaria012@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:30', '10:27:45', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (124, 4, 10, 1, 'ahmadaria012@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:45', '10:38:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (125, 5, 11, 1, 'ahmadaria012@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:06', '10:50:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (126, 1, 7, 1, 'andikaputrasamawa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:15', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (127, 2, 8, 1, 'andikaputrasamawa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:15', '10:18:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (128, 3, 9, 1, 'andikaputrasamawa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:52', '10:34:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (129, 4, 10, 1, 'andikaputrasamawa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:18', '10:44:33', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (130, 5, 11, 1, 'andikaputrasamawa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:33', '10:56:57', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (131, 1, 7, 1, 'agengabi1801@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (132, 2, 8, 1, 'agengabi1801@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:26', '10:22:52', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (133, 3, 9, 1, 'agengabi1801@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:34:53', '10:51:25', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (134, 4, 10, 1, 'agengabi1801@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:25', '11:01:49', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (135, 5, 11, 1, 'agengabi1801@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:01:49', '11:14:19', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (136, 1, 7, 1, 'aghisnifadhli@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:18:31', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (137, 2, 8, 1, 'aghisnifadhli@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:18:31', '10:34:53', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (138, 3, 9, 1, 'aghisnifadhli@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:21:33', '10:38:20', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (139, 4, 10, 1, 'aghisnifadhli@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:20', '10:48:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (140, 5, 11, 1, 'aghisnifadhli@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:38', '11:01:08', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (141, 1, 7, 1, 'agus21apy@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:46', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (142, 2, 8, 1, 'agus21apy@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:46', '10:21:33', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (143, 3, 9, 1, 'agus21apy@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:12:54', '10:24:21', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (144, 4, 10, 1, 'agus21apy@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:24:21', '10:34:45', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (145, 5, 11, 1, 'agus21apy@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:34:45', '10:47:16', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (146, 1, 7, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:27', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (147, 2, 8, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:27', '10:12:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (148, 3, 9, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:04', '10:34:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (149, 4, 10, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:06', '10:44:24', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (150, 5, 11, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:24', '10:56:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (151, 1, 7, 1, 'iqrimannisa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:02', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (152, 2, 8, 1, 'iqrimannisa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:02', '10:25:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (153, 3, 9, 1, 'iqrimannisa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:20:48', '10:32:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (154, 4, 10, 1, 'iqrimannisa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:32:42', '10:42:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (155, 5, 11, 1, 'iqrimannisa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:42:50', '10:55:02', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (156, 1, 7, 1, 'aleshariza@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:54', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (157, 2, 8, 1, 'aleshariza@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:54', '10:20:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (158, 3, 9, 1, 'aleshariza@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:04:04', '10:13:22', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (159, 4, 10, 1, 'aleshariza@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:13:22', '10:23:39', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (160, 5, 11, 1, 'aleshariza@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:23:39', '10:36:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (161, 1, 7, 1, 'rifarosyida2002@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:02', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (162, 2, 8, 1, 'rifarosyida2002@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:02', '10:04:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (163, 3, 9, 1, 'rifarosyida2002@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:27:36', '10:35:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (164, 4, 10, 1, 'rifarosyida2002@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:38', '10:45:44', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (165, 5, 11, 1, 'rifarosyida2002@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:44', '10:59:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (166, 1, 7, 1, 'daffamaulanasatria@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (167, 2, 8, 1, 'daffamaulanasatria@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:18', '10:27:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (168, 3, 9, 1, 'daffamaulanasatria@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:05:02', '10:16:34', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (169, 4, 10, 1, 'daffamaulanasatria@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:16:34', '10:26:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (170, 5, 11, 1, 'daffamaulanasatria@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:36', '10:39:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (186, 1, 7, 1, 'farhanadriansyah@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:32', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (187, 2, 8, 1, 'farhanadriansyah@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:32', '10:05:02', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (188, 3, 9, 1, 'farhanadriansyah@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:14:40', '10:23:45', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (189, 4, 10, 1, 'farhanadriansyah@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:23:45', '10:33:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (190, 5, 11, 1, 'farhanadriansyah@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:33:50', '10:46:20', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (191, 1, 7, 1, 'makif@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:55', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (192, 2, 8, 1, 'makif@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:55', '10:14:40', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (193, 3, 9, 1, 'makif@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:44:03', '10:57:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (194, 4, 10, 1, 'makif@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:57:09', '11:07:16', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (195, 5, 11, 1, 'makif@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:07:16', '11:19:42', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (196, 1, 7, 1, 'leonardo.steven@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:20:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (197, 2, 8, 1, 'leonardo.steven@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:20:00', '10:44:03', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (198, 3, 9, 1, 'leonardo.steven@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:56', '10:51:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (199, 4, 10, 1, 'leonardo.steven@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:00', '11:21:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (200, 5, 11, 1, 'leonardo.steven@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:21:06', '11:46:08', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (201, 1, 7, 1, 'jimmyjonshon@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:32', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (202, 2, 8, 1, 'jimmyjonshon@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:32', '10:24:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (203, 3, 9, 1, 'jimmyjonshon@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:26', '10:39:09', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (204, 4, 10, 1, 'jimmyjonshon@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:09', '10:49:51', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (205, 5, 11, 1, 'jimmyjonshon@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:49:51', '11:02:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (206, 1, 7, 1, 'richardsoegiarto@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:43', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (207, 2, 8, 1, 'richardsoegiarto@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:43', '10:25:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (208, 3, 9, 1, 'richardsoegiarto@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (209, 4, 10, 1, 'richardsoegiarto@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (210, 5, 11, 1, 'richardsoegiarto@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:07', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (211, 1, 7, 1, 'amaludjir@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (212, 2, 8, 1, 'amaludjir@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:18', '10:22:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (213, 3, 9, 1, 'amaludjir@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:35:04', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (214, 4, 10, 1, 'amaludjir@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:04', '10:45:14', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (215, 5, 11, 1, 'amaludjir@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:14', '10:57:34', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (216, 6, 12, 1, 'syahrian5656@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:03', '11:05:33', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (217, 6, 12, 1, 'athallah.alsha@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:24', '11:04:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (218, 6, 12, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:48:54', '11:04:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (219, 6, 12, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:52:04', '11:05:16', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (220, 6, 12, 1, 'krisnagmerz21@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:38:16', '10:53:46', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (221, 6, 12, 1, 'indraw910@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:41', '11:11:17', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (222, 6, 12, 1, '2241720114@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:00', '11:06:48', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (223, 6, 12, 1, 'daffayudisa09@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:42', '11:11:58', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (224, 6, 12, 1, 'anabellatus@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:56', '11:14:20', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (225, 6, 12, 1, 'fanesahbi22@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:42', '11:08:24', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (226, 6, 12, 1, 'putrinorchasana@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:41:26', '10:56:56', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (227, 6, 12, 1, '2241720031@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:49', '11:06:07', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (228, 6, 12, 1, 'doniwk1402@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:00:38', '11:14:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (229, 6, 12, 1, 'putrinastitidea@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:54', '11:17:06', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (230, 6, 12, 1, 'elvarettas23@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:49:44', '11:05:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (231, 6, 12, 1, 'nargyanti@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:20', '11:12:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (232, 6, 12, 1, 'nafiulalam25@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:04', '11:11:16', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (233, 6, 12, 1, 'database.no7@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:48', '11:06:36', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (234, 6, 12, 1, 'muhridlo111@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:55', '11:13:31', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (235, 6, 12, 1, 'rafiteguh6@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:42:04', '10:55:22', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (236, 6, 12, 1, 'malikibrahimdenny@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:55', '11:17:43', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (237, 6, 12, 1, 'byannurcahyo@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:10:21', '11:24:57', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (238, 6, 12, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:03', '11:11:57', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (239, 6, 12, 1, 'ihza.nk.160903@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:25', '11:06:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (240, 6, 12, 1, 'ahmadaria012@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:26', '11:02:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (241, 6, 12, 1, 'andikaputrasamawa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:57', '11:11:40', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (242, 6, 12, 1, 'agengabi1801@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:14:19', '11:26:49', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (243, 6, 12, 1, 'aghisnifadhli@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:01:08', '11:14:26', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (244, 6, 12, 1, 'agus21apy@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:47:16', '11:02:00', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (245, 6, 12, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:56', '11:10:38', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (246, 6, 12, 1, 'iqrimannisa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:02', '11:10:14', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (247, 6, 12, 1, 'aleshariza@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:36:03', '10:49:51', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (248, 6, 12, 1, 'rifarosyida2002@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:59:06', '11:14:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (249, 6, 12, 1, 'daffamaulanasatria@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:39:04', '10:55:22', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (250, 6, 12, 1, 'farhanadriansyah@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:46:20', '11:00:50', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (251, 6, 12, 1, 'makif@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:19:42', '11:33:18', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (252, 6, 12, 1, 'leonardo.steven@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:46:08', '12:34:32', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (253, 6, 12, 1, 'jimmyjonshon@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:30', '11:26:30', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (254, 6, 12, 1, 'richardsoegiarto@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:07', '11:11:55', '2024-05-31', NULL); -INSERT INTO `php_submits_submission` VALUES (255, 6, 12, 1, 'amaludjir@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:34', '11:09:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (1, 10, 1, 7, 1, 'syahrian5656@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:45', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (2, 10, 2, 8, 1, 'syahrian5656@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:45', '10:17:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (3, 10, 3, 9, 1, 'syahrian5656@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:30', '10:27:15', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (4, 10, 4, 10, 1, 'syahrian5656@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:15', '10:37:51', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (5, 10, 5, 11, 1, 'syahrian5656@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (6, 10, 1, 7, 1, 'athallah.alsha@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:40', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (7, 10, 2, 8, 1, 'athallah.alsha@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:40', '10:19:20', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (8, 10, 3, 9, 1, 'athallah.alsha@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:20', '10:28:59', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (9, 10, 4, 10, 1, 'athallah.alsha@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:59', '10:39:17', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (10, 10, 5, 11, 1, 'athallah.alsha@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:17', '10:51:24', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (11, 10, 1, 7, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (12, 10, 2, 8, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:09', '10:18:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (13, 10, 3, 9, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:18', '10:26:27', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (14, 10, 4, 10, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:27', '10:36:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (15, 10, 5, 11, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:30', '10:48:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (16, 10, 1, 7, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (17, 10, 2, 8, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:48', '10:19:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (18, 10, 3, 9, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:36', '10:29:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (19, 10, 4, 10, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:42', '10:39:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (20, 10, 5, 11, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:52', '10:52:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (21, 10, 1, 7, 1, 'krisnagmerz21@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:04:24', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (22, 10, 2, 8, 1, 'krisnagmerz21@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:04:24', '10:08:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (23, 10, 3, 9, 1, 'krisnagmerz21@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:08:48', '10:15:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (24, 10, 4, 10, 1, 'krisnagmerz21@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:15:54', '10:26:07', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (25, 10, 5, 11, 1, 'krisnagmerz21@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:07', '10:38:16', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (26, 10, 1, 7, 1, 'indraw910@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:27', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (27, 10, 2, 8, 1, 'indraw910@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:27', '10:22:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (28, 10, 3, 9, 1, 'indraw910@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:54', '10:33:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (29, 10, 4, 10, 1, 'indraw910@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:33:21', '10:43:31', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (30, 10, 5, 11, 1, 'indraw910@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:43:31', '10:55:41', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (31, 10, 1, 7, 1, '2241720114@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:39', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (32, 10, 2, 8, 1, '2241720114@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:39', '10:17:28', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (33, 10, 3, 9, 1, '2241720114@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:17:28', '10:26:57', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (34, 10, 4, 10, 1, '2241720114@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:57', '10:37:51', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (35, 10, 5, 11, 1, '2241720114@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:37:51', '10:50:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (36, 10, 1, 7, 1, 'daffayudisa09@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (37, 10, 2, 8, 1, 'daffayudisa09@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:09', '10:24:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (38, 10, 3, 9, 1, 'daffayudisa09@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:18', '10:34:27', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (39, 10, 4, 10, 1, 'daffayudisa09@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:27', '10:44:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (40, 10, 5, 11, 1, 'daffayudisa09@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:36', '10:56:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (41, 10, 1, 7, 1, 'anabellatus@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:24', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (42, 10, 2, 8, 1, 'anabellatus@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:24', '10:22:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (43, 10, 3, 9, 1, 'anabellatus@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:35:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (44, 10, 4, 10, 1, 'anabellatus@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:30', '10:45:32', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (45, 10, 5, 11, 1, 'anabellatus@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:32', '10:57:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (46, 10, 1, 7, 1, 'fanesahbi22@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (47, 10, 2, 8, 1, 'fanesahbi22@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:52', '10:19:45', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (48, 10, 3, 9, 1, 'fanesahbi22@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:45', '10:28:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (49, 10, 4, 10, 1, 'fanesahbi22@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:50', '10:39:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (50, 10, 5, 11, 1, 'fanesahbi22@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:00', '10:51:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (51, 10, 1, 7, 1, 'putrinorchasana@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:34', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (52, 10, 2, 8, 1, 'putrinorchasana@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:34', '10:11:07', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (53, 10, 3, 9, 1, 'putrinorchasana@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:07', '10:18:37', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (54, 10, 4, 10, 1, 'putrinorchasana@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:37', '10:28:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (55, 10, 5, 11, 1, 'putrinorchasana@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:28:56', '10:41:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (56, 10, 1, 7, 1, '2241720031@student.polinema.ac.id', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (57, 10, 2, 8, 1, '2241720031@student.polinema.ac.id', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:26', '10:16:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (58, 10, 3, 9, 1, '2241720031@student.polinema.ac.id', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:16:52', '10:29:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (59, 10, 4, 10, 1, '2241720031@student.polinema.ac.id', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:21', '10:39:33', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (60, 10, 5, 11, 1, '2241720031@student.polinema.ac.id', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:33', '10:51:49', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (61, 10, 1, 7, 1, 'doniwk1402@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:29', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (62, 10, 2, 8, 1, 'doniwk1402@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:29', '10:24:58', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (63, 10, 3, 9, 1, 'doniwk1402@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:58', '10:38:02', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (64, 10, 4, 10, 1, 'doniwk1402@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:02', '10:48:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (65, 10, 5, 11, 1, 'doniwk1402@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:26', '11:00:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (66, 10, 1, 7, 1, 'putrinastitidea@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (67, 10, 2, 8, 1, 'putrinastitidea@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:04', '10:30:08', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (68, 10, 3, 9, 1, 'putrinastitidea@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:30:08', '10:39:55', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (69, 10, 4, 10, 1, 'putrinastitidea@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:55', '10:50:01', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (70, 10, 5, 11, 1, 'putrinastitidea@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:01', '11:02:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (71, 10, 1, 7, 1, 'elvarettas23@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:47', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (72, 10, 2, 8, 1, 'elvarettas23@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:47', '10:19:34', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (73, 10, 3, 9, 1, 'elvarettas23@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:34', '10:26:43', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (74, 10, 4, 10, 1, 'elvarettas23@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:26:43', '10:36:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (75, 10, 5, 11, 1, 'elvarettas23@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:36:50', '10:49:44', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (76, 10, 1, 7, 1, 'nargyanti@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (77, 10, 2, 8, 1, 'nargyanti@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:09', '10:14:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (78, 10, 3, 9, 1, 'nargyanti@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:36', '10:36:05', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (79, 10, 4, 10, 1, 'nargyanti@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:14', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (80, 10, 5, 11, 1, 'nargyanti@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:14', '10:58:20', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (81, 10, 1, 7, 1, 'nafiulalam25@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (82, 10, 2, 8, 1, 'nafiulalam25@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:24:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (83, 10, 3, 9, 1, 'nafiulalam25@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:48', '10:34:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (84, 10, 4, 10, 1, 'nafiulalam25@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:42', '10:44:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (85, 10, 5, 11, 1, 'nafiulalam25@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:52', '10:57:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (86, 10, 1, 7, 1, 'database.no7@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (87, 10, 2, 8, 1, 'database.no7@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:54', '10:22:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (88, 10, 3, 9, 1, 'database.no7@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:19:06', '10:28:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (89, 10, 4, 10, 1, 'database.no7@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:28:09', '10:38:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (90, 10, 5, 11, 1, 'database.no7@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:21', '10:50:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (91, 10, 1, 7, 1, 'muhridlo111@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:08:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (92, 10, 2, 8, 1, 'muhridlo111@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:08:03', '10:19:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (93, 10, 3, 9, 1, 'muhridlo111@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:03', '10:36:05', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (94, 10, 4, 10, 1, 'muhridlo111@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:36:05', '10:46:29', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (95, 10, 5, 11, 1, 'muhridlo111@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:46:29', '10:58:55', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (96, 10, 1, 7, 1, 'rafiteguh6@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:12:01', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (97, 10, 2, 8, 1, 'rafiteguh6@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:12:01', '10:25:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (98, 10, 3, 9, 1, 'rafiteguh6@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:11:26', '10:18:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (99, 10, 4, 10, 1, 'rafiteguh6@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:18:52', '10:29:46', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (100, 10, 5, 11, 1, 'rafiteguh6@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:29:46', '10:42:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (101, 10, 1, 7, 1, 'malikibrahimdenny@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:05:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (102, 10, 2, 8, 1, 'malikibrahimdenny@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:05:38', '10:11:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (103, 10, 3, 9, 1, 'malikibrahimdenny@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:26:32', '10:39:53', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (104, 10, 4, 10, 1, 'malikibrahimdenny@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:53', '10:50:07', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (105, 10, 5, 11, 1, 'malikibrahimdenny@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:50:07', '11:02:55', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (106, 10, 1, 7, 1, 'byannurcahyo@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (107, 10, 2, 8, 1, 'byannurcahyo@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:21', '10:26:32', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (108, 10, 3, 9, 1, 'byannurcahyo@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:31:54', '10:47:51', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (109, 10, 4, 10, 1, 'byannurcahyo@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:47:51', '10:58:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (110, 10, 5, 11, 1, 'byannurcahyo@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:58:00', '11:10:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (111, 10, 1, 7, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:15:57', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (112, 10, 2, 8, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:15:57', '10:31:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (113, 10, 3, 9, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (114, 10, 4, 10, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (115, 10, 5, 11, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (116, 10, 1, 7, 1, 'ihza.nk.160903@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (117, 10, 2, 8, 1, 'ihza.nk.160903@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:18', '10:22:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (118, 10, 3, 9, 1, 'ihza.nk.160903@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:15:40', '10:29:08', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (119, 10, 4, 10, 1, 'ihza.nk.160903@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:29:08', '10:39:19', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (120, 10, 5, 11, 1, 'ihza.nk.160903@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:39:19', '10:51:25', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (121, 10, 1, 7, 1, 'ahmadaria012@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:07:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (122, 10, 2, 8, 1, 'ahmadaria012@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:07:50', '10:15:40', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (123, 10, 3, 9, 1, 'ahmadaria012@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:18:30', '10:27:45', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (124, 10, 4, 10, 1, 'ahmadaria012@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:27:45', '10:38:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (125, 10, 5, 11, 1, 'ahmadaria012@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:38:06', '10:50:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (126, 10, 1, 7, 1, 'andikaputrasamawa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:15', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (127, 10, 2, 8, 1, 'andikaputrasamawa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:15', '10:18:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (128, 10, 3, 9, 1, 'andikaputrasamawa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:52', '10:34:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (129, 10, 4, 10, 1, 'andikaputrasamawa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:18', '10:44:33', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (130, 10, 5, 11, 1, 'andikaputrasamawa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:33', '10:56:57', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (131, 10, 1, 7, 1, 'agengabi1801@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:11:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (132, 10, 2, 8, 1, 'agengabi1801@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:11:26', '10:22:52', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (133, 10, 3, 9, 1, 'agengabi1801@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:34:53', '10:51:25', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (134, 10, 4, 10, 1, 'agengabi1801@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:25', '11:01:49', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (135, 10, 5, 11, 1, 'agengabi1801@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:01:49', '11:14:19', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (136, 10, 1, 7, 1, 'aghisnifadhli@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:18:31', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (137, 10, 2, 8, 1, 'aghisnifadhli@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:18:31', '10:34:53', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (138, 10, 3, 9, 1, 'aghisnifadhli@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:21:33', '10:38:20', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (139, 10, 4, 10, 1, 'aghisnifadhli@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:38:20', '10:48:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (140, 10, 5, 11, 1, 'aghisnifadhli@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:48:38', '11:01:08', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (141, 10, 1, 7, 1, 'agus21apy@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:46', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (142, 10, 2, 8, 1, 'agus21apy@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:46', '10:21:33', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (143, 10, 3, 9, 1, 'agus21apy@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:12:54', '10:24:21', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (144, 10, 4, 10, 1, 'agus21apy@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:24:21', '10:34:45', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (145, 10, 5, 11, 1, 'agus21apy@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:34:45', '10:47:16', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (146, 10, 1, 7, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:27', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (147, 10, 2, 8, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:27', '10:12:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (148, 10, 3, 9, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:04', '10:34:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (149, 10, 4, 10, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:06', '10:44:24', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (150, 10, 5, 11, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:24', '10:56:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (151, 10, 1, 7, 1, 'iqrimannisa@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:02', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (152, 10, 2, 8, 1, 'iqrimannisa@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:02', '10:25:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (153, 10, 3, 9, 1, 'iqrimannisa@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:20:48', '10:32:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (154, 10, 4, 10, 1, 'iqrimannisa@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:32:42', '10:42:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (155, 10, 5, 11, 1, 'iqrimannisa@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:42:50', '10:55:02', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (156, 10, 1, 7, 1, 'aleshariza@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:09:54', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (157, 10, 2, 8, 1, 'aleshariza@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:09:54', '10:20:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (158, 10, 3, 9, 1, 'aleshariza@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:04:04', '10:13:22', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (159, 10, 4, 10, 1, 'aleshariza@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:13:22', '10:23:39', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (160, 10, 5, 11, 1, 'aleshariza@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:23:39', '10:36:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (161, 10, 1, 7, 1, 'rifarosyida2002@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:02', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (162, 10, 2, 8, 1, 'rifarosyida2002@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:02', '10:04:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (163, 10, 3, 9, 1, 'rifarosyida2002@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:27:36', '10:35:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (164, 10, 4, 10, 1, 'rifarosyida2002@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:38', '10:45:44', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (165, 10, 5, 11, 1, 'rifarosyida2002@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:44', '10:59:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (166, 10, 1, 7, 1, 'daffamaulanasatria@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (167, 10, 2, 8, 1, 'daffamaulanasatria@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:18', '10:27:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (168, 10, 3, 9, 1, 'daffamaulanasatria@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:05:02', '10:16:34', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (169, 10, 4, 10, 1, 'daffamaulanasatria@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:16:34', '10:26:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (170, 10, 5, 11, 1, 'daffamaulanasatria@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:26:36', '10:39:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (186, 10, 1, 7, 1, 'farhanadriansyah@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:02:32', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (187, 10, 2, 8, 1, 'farhanadriansyah@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:02:32', '10:05:02', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (188, 10, 3, 9, 1, 'farhanadriansyah@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:14:40', '10:23:45', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (189, 10, 4, 10, 1, 'farhanadriansyah@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:23:45', '10:33:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (190, 10, 5, 11, 1, 'farhanadriansyah@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:33:50', '10:46:20', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (191, 10, 1, 7, 1, 'makif@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:06:55', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (192, 10, 2, 8, 1, 'makif@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:06:55', '10:14:40', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (193, 10, 3, 9, 1, 'makif@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:44:03', '10:57:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (194, 10, 4, 10, 1, 'makif@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:57:09', '11:07:16', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (195, 10, 5, 11, 1, 'makif@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:07:16', '11:19:42', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (196, 10, 1, 7, 1, 'leonardo.steven@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:20:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (197, 10, 2, 8, 1, 'leonardo.steven@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:20:00', '10:44:03', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (198, 10, 3, 9, 1, 'leonardo.steven@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:24:56', '10:51:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (199, 10, 4, 10, 1, 'leonardo.steven@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:51:00', '11:21:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (200, 10, 5, 11, 1, 'leonardo.steven@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '11:21:06', '11:46:08', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (201, 10, 1, 7, 1, 'jimmyjonshon@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:32', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (202, 10, 2, 8, 1, 'jimmyjonshon@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:32', '10:24:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (203, 10, 3, 9, 1, 'jimmyjonshon@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:25:26', '10:39:09', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (204, 10, 4, 10, 1, 'jimmyjonshon@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:39:09', '10:49:51', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (205, 10, 5, 11, 1, 'jimmyjonshon@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:49:51', '11:02:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (206, 10, 1, 7, 1, 'richardsoegiarto@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:13:43', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (207, 10, 2, 8, 1, 'richardsoegiarto@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:13:43', '10:25:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (208, 10, 3, 9, 1, 'richardsoegiarto@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:34:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (209, 10, 4, 10, 1, 'richardsoegiarto@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:34:04', '10:44:19', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (210, 10, 5, 11, 1, 'richardsoegiarto@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:44:19', '10:57:07', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (211, 10, 1, 7, 1, 'amaludjir@gmail.com', 'testing_number_one', 'file', 'GuideA1.php', NULL, 1, '10:00:00', '10:10:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (212, 10, 2, 8, 1, 'amaludjir@gmail.com', 'testing_number_two', 'file', 'GuideA2.php', NULL, 1, '10:10:18', '10:22:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (213, 10, 3, 9, 1, 'amaludjir@gmail.com', 'testing_number_three', 'file', 'GuideA3.php', NULL, 1, '10:22:36', '10:35:04', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (214, 10, 4, 10, 1, 'amaludjir@gmail.com', 'testing_number_four', 'file', 'GuideA4.php', NULL, 1, '10:35:04', '10:45:14', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (215, 10, 5, 11, 1, 'amaludjir@gmail.com', 'testing_number_five', 'file', 'GuideA5.php', NULL, 1, '10:45:14', '10:57:34', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (216, 10, 6, 12, 1, 'syahrian5656@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:03', '11:05:33', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (217, 10, 6, 12, 1, 'athallah.alsha@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:24', '11:04:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (218, 10, 6, 12, 1, 'albyanagungshafiqri@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:48:54', '11:04:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (219, 10, 6, 12, 1, 'thoriqfathurrozi@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:52:04', '11:05:16', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (220, 10, 6, 12, 1, 'krisnagmerz21@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:38:16', '10:53:46', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (221, 10, 6, 12, 1, 'indraw910@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:41', '11:11:17', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (222, 10, 6, 12, 1, '2241720114@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:00', '11:06:48', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (223, 10, 6, 12, 1, 'daffayudisa09@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:42', '11:11:58', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (224, 10, 6, 12, 1, 'anabellatus@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:56', '11:14:20', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (225, 10, 6, 12, 1, 'fanesahbi22@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:42', '11:08:24', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (226, 10, 6, 12, 1, 'putrinorchasana@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:41:26', '10:56:56', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (227, 10, 6, 12, 1, '2241720031@student.polinema.ac.id', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:49', '11:06:07', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (228, 10, 6, 12, 1, 'doniwk1402@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:00:38', '11:14:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (229, 10, 6, 12, 1, 'putrinastitidea@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:54', '11:17:06', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (230, 10, 6, 12, 1, 'elvarettas23@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:49:44', '11:05:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (231, 10, 6, 12, 1, 'nargyanti@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:20', '11:12:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (232, 10, 6, 12, 1, 'nafiulalam25@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:04', '11:11:16', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (233, 10, 6, 12, 1, 'database.no7@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:48', '11:06:36', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (234, 10, 6, 12, 1, 'muhridlo111@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:58:55', '11:13:31', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (235, 10, 6, 12, 1, 'rafiteguh6@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:42:04', '10:55:22', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (236, 10, 6, 12, 1, 'malikibrahimdenny@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:55', '11:17:43', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (237, 10, 6, 12, 1, 'byannurcahyo@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:10:21', '11:24:57', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (238, 10, 6, 12, 1, 'afrizaldwiseptian@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:03', '11:11:57', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (239, 10, 6, 12, 1, 'ihza.nk.160903@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:51:25', '11:06:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (240, 10, 6, 12, 1, 'ahmadaria012@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:50:26', '11:02:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (241, 10, 6, 12, 1, 'andikaputrasamawa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:57', '11:11:40', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (242, 10, 6, 12, 1, 'agengabi1801@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:14:19', '11:26:49', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (243, 10, 6, 12, 1, 'aghisnifadhli@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:01:08', '11:14:26', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (244, 10, 6, 12, 1, 'agus21apy@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:47:16', '11:02:00', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (245, 10, 6, 12, 1, 'abdullahkhaf4b1@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:56:56', '11:10:38', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (246, 10, 6, 12, 1, 'iqrimannisa@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:55:02', '11:10:14', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (247, 10, 6, 12, 1, 'aleshariza@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:36:03', '10:49:51', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (248, 10, 6, 12, 1, 'rifarosyida2002@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:59:06', '11:14:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (249, 10, 6, 12, 1, 'daffamaulanasatria@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:39:04', '10:55:22', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (250, 10, 6, 12, 1, 'farhanadriansyah@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:46:20', '11:00:50', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (251, 10, 6, 12, 1, 'makif@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:19:42', '11:33:18', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (252, 10, 6, 12, 1, 'leonardo.steven@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:46:08', '12:34:32', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (253, 10, 6, 12, 1, 'jimmyjonshon@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '11:02:30', '11:26:30', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (254, 10, 6, 12, 1, 'richardsoegiarto@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:07', '11:11:55', '2024-05-31', NULL); +INSERT INTO `php_submits_submission` VALUES (255, 10, 6, 12, 1, 'amaludjir@gmail.com', 'testing_number_six', 'file', 'GuideA6.php', NULL, 1, '10:57:34', '11:09:48', '2024-05-31', NULL); -- ---------------------------- -- Table structure for php_task @@ -87962,6 +87995,7 @@ INSERT INTO `php_submits_submission` VALUES (255, 6, 12, 1, 'amaludjir@gmail.com DROP TABLE IF EXISTS `php_task`; CREATE TABLE `php_task` ( `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, + `id_meteri` int NULL DEFAULT NULL, `id_topics` bigint NOT NULL, `task_no` tinyint NULL DEFAULT NULL, `task_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL, @@ -87973,24 +88007,25 @@ CREATE TABLE `php_task` ( `tipe` enum('material','submission') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, INDEX `android_topic_id`(`id_topics` ASC) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 14 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC; +) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of php_task -- ---------------------------- -INSERT INTO `php_task` VALUES (1, 7, 1, 'Latihan Membuat Halaman Web Sederhana', '-', '-', NULL, '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); -INSERT INTO `php_task` VALUES (2, 13, 1, 'Case Study Exercise Method POST', '-', 'testMethodPOST', '
\r\n A university wants to create an online registration form for new students. This form must be able to capture information such as Name, Email, and the Study Program chosen by prospective students.\r\n

\r\n
\r\n The university wants to display the data inputted by students after the form is submitted. The form must use the POST method for security, but the university also wants to see an example of the GET method to understand the difference.\r\n
', '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); -INSERT INTO `php_task` VALUES (3, 13, 2, 'Case Study Exercise Method GET', '-', 'testMethodGET', '
\r\n A university wants to create an online registration form for new students. This form must be able to capture information such as Name, Email, and the Study Program chosen by prospective students.\r\n

\r\n
\r\n The university wants to display the data inputted by students after the form is submitted. The form must use the POST method for security, but the university also wants to see an example of the GET method to understand the difference.\r\n
', '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); -INSERT INTO `php_task` VALUES (4, 14, 1, 'Case Study Database Connection', NULL, 'testConnetionDatabase', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (5, 14, 2, 'Case Study Select Database', NULL, 'testSelectDatabase', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (6, 14, 3, 'Case Study Database Insert', NULL, 'testInsertDatabase', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (7, 14, 4, 'Case Study Database Update', NULL, 'testUpdateDatabase', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (8, 14, 5, 'Case Study: Database Deletion', NULL, 'testDeleteDatabase', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (9, 15, 1, 'Case Study Session', NULL, 'testSession', NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (10, 8, 2, 'Latihan Menulis Struktur Data', NULL, NULL, NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (11, 10, 3, 'Latihan Pernyataan Kondisi', NULL, NULL, NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (12, 11, 4, 'Latihan Perulangan', NULL, NULL, NULL, NULL, NULL, NULL); -INSERT INTO `php_task` VALUES (13, 12, 5, 'Latihan Array', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (1, 10, 7, 1, 'Latihan Membuat Halaman Web Sederhana', '-', '-', NULL, '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); +INSERT INTO `php_task` VALUES (2, 11, 13, 1, 'Case Study Exercise Method POST', '-', 'testMethodPOST', '
\r\n A university wants to create an online registration form for new students. This form must be able to capture information such as Name, Email, and the Study Program chosen by prospective students.\r\n

\r\n
\r\n The university wants to display the data inputted by students after the form is submitted. The form must use the POST method for security, but the university also wants to see an example of the GET method to understand the difference.\r\n
', '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); +INSERT INTO `php_task` VALUES (3, 11, 13, 2, 'Case Study Exercise Method GET', '-', 'testMethodGET', '
\r\n A university wants to create an online registration form for new students. This form must be able to capture information such as Name, Email, and the Study Program chosen by prospective students.\r\n

\r\n
\r\n The university wants to display the data inputted by students after the form is submitted. The form must use the POST method for security, but the university also wants to see an example of the GET method to understand the difference.\r\n
', '2024-03-27 22:37:13', '2024-03-27 22:37:15', 'submission'); +INSERT INTO `php_task` VALUES (4, 11, 14, 1, 'Case Study Database Connection', NULL, 'testConnetionDatabase', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (5, 11, 14, 2, 'Case Study Select Database', NULL, 'testSelectDatabase', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (6, 11, 14, 3, 'Case Study Database Insert', NULL, 'testInsertDatabase', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (7, 11, 14, 4, 'Case Study Database Update', NULL, 'testUpdateDatabase', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (8, 11, 14, 5, 'Case Study: Database Deletion', NULL, 'testDeleteDatabase', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (9, 11, 15, 1, 'Case Study Session', NULL, 'testSession', NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (10, 10, 8, 2, 'Latihan Menulis Struktur Data', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (11, 10, 10, 4, 'Latihan Pernyataan Kondisi', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (12, 10, 11, 5, 'Latihan Perulangan', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (13, 10, 12, 6, 'Latihan Array', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `php_task` VALUES (14, 10, 9, 3, 'Latihan Variable dan Tipe Data', NULL, NULL, NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for php_testing_rule @@ -88019,6 +88054,7 @@ INSERT INTO `php_testing_rule` VALUES (7, 'Siswa – siswa mengetahui bagaimana cara membuat halaman web sederhana

', 'D:\\xampp\\htdocs\\iclop\\public\\php/document/A1_BASIC_PHP/', NULL, '-', 'Modul_3_Pertanyaan_Kondisi_1719758449.pdf', 'draft', '2024-03-27 15:14:16', '2024-03-27 15:14:16', NULL); INSERT INTO `php_topics_detail` VALUES (46, 11, 'Materi Perulangan', '

Siswa – siswa mengetahui bagaimana cara membuat halaman web sederhana

', 'D:\\xampp\\htdocs\\iclop\\public\\php/document/A1_BASIC_PHP/', NULL, '-', 'Modul_4_Perulangan_1719758499.pdf', 'draft', '2024-03-27 15:14:16', '2024-03-27 15:14:16', NULL); INSERT INTO `php_topics_detail` VALUES (47, 12, 'Materi Array', '

Siswa – siswa mengetahui bagaimana cara membuat halaman web sederhana

', 'D:\\xampp\\htdocs\\iclop\\public\\php/document/A1_BASIC_PHP/', NULL, '-', 'Modul_5_Array_1719758526.pdf', 'draft', '2024-03-27 15:14:16', '2024-03-27 15:14:16', NULL); +INSERT INTO `php_topics_detail` VALUES (49, 9, 'Materi Variable dan Tipe Data', '

Siswa – siswa mengetahui bagaimana cara membuat halaman web sederhana

', 'D:\\xampp\\htdocs\\iclop\\public\\php/document/A1_BASIC_PHP/', NULL, '-', 'Struktur_Dasar_PHP_171876816.pdf', 'draft', '2024-03-27 15:14:16', '2024-03-27 15:14:16', NULL); -- ---------------------------- -- Table structure for php_topics_detail_copy diff --git a/resources/views/dashboard_student.blade.php b/resources/views/dashboard_student.blade.php index 27c5c0d..bcde578 100644 --- a/resources/views/dashboard_student.blade.php +++ b/resources/views/dashboard_student.blade.php @@ -58,226 +58,40 @@ @auth -
-

Choose your
Learning Materials

+
+

+ Choose your
+ Learning Materials +

- - -
-
- + +
+ +
+
-
Android programming - with Java and Kotlin
+
{{ $materi->materi }}
- +
-

18 learning topics

+

{{ $materi->topik }} learning topics

- -
- -
-
Mobile programming with Flutter
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
Web application with Node.JS
-
-
- -
-
-

18 learning topics

-
-
- -
-
-
- - - - -
-
- -
-
Python programming
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
SQL Querying with MySQL
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
SQL Querying with PostgreSQL
-
-
- -
-
-

18 learning topics

-
-
- -
-
-
- - - - -
-
- -
-
Network programming with Java
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
Game programming with Unity
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
Data Analytics with Python
-
-
- -
-
-

18 learning topics

-
-
- -
-
-
-
-
- -
-
PHP Programming
-
-
- -
-
-

18 learning topics

-
-
- -
-
- -
- -
-
PHP Programming Advanced
-
-
- -
-
-

Codeception

-
-
- -
-
- -
- - +
+
+
diff --git a/resources/views/php/student/material/index.blade.php b/resources/views/php/student/material/index.blade.php index 0bf0af7..47e9365 100644 --- a/resources/views/php/student/material/index.blade.php +++ b/resources/views/php/student/material/index.blade.php @@ -180,7 +180,7 @@
@@ -257,7 +258,7 @@
@@ -267,7 +268,7 @@
- Settings + Settings
@@ -329,7 +330,14 @@