Skip to content
Snippets Groups Projects
Commit 60f437b1 authored by Kris Hu's avatar Kris Hu
Browse files

Merge branch 'main' of git.cardiff.ac.uk:c24045684/team6_cmt313_assessment2

parents c016d3b8 23a9673c
Branches
No related tags found
No related merge requests found
......@@ -97,6 +97,13 @@ VALUES
(1, 1),
(3, 2), (3, 3), (3, 4), (3, 5), (3, 6);
-- Insert data into test_attempt table
INSERT INTO test_questions (test_id, question_id, question_type)
VALUES
-- FOR BASIC SQL TEST
(3, 3, "MCQ"), (3, 4, "MCQ"), (3, 5, "MCQ"), (3, 6, "MCQ"), (3, 7, "MCQ"), (3, 8, "MCQ"), (3, 9, "MCQ"), (3, 10, "MCQ"), (3, 11, "MCQ"), (3, 12, "MCQ"),
(3, 2, "FIB"), (3, 3, "FIB"), (3, 4, "FIB"), (3, 5, "FIB"), (3, 6, "FIB");
-- Insert data into test_attempt table
INSERT INTO test_attempt (student_id, test_id, score, time_taken)
VALUES
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment