You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Add a SQL question regarding Microsoft Access (#75)
* Add a SQL question
This question was inspired by my favorite professor when I was at college. I'm sure I'm doing them proud for including this.
* Use prettier on all the files
* Fix the ignore file name
* chore: removing lint-style rule
Co-authored-by: Jessica Wilkins <[email protected]>
Copy file name to clipboardexpand all lines: src/data/full-quiz.ts
+13-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ const fullQuiz = [
5
5
Distractor1: "HyperText Markup Language",
6
6
Distractor2: "Cascading Style Sheets",
7
7
Distractor3: "JavaScript",
8
-
Explanation: "Computers are simplistic and understand binary. Programming languages such as Python and Java were created to help humans write instructions for computers and interpret it.",
8
+
Explanation:
9
+
"Computers are simplistic and understand binary. Programming languages such as Python and Java were created to help humans write instructions for computers and interpret it.",
9
10
Link: "https://youtu.be/F0WoVEr0-44?t=336",
10
11
},
11
12
{
@@ -7032,5 +7033,16 @@ const fullQuiz = [
7032
7033
"The triple equals operator (===) will check for strict equality because it checks for the same data type and value.",
0 commit comments