Skip to content

Commit

Permalink
chore: adds missing quiz responses
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
  • Loading branch information
anthonydmays committed Mar 22, 2024
1 parent b44fb9c commit 12beb50
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lesson_10/quiz/quiz_app/src/main/resources/data/jamira.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"11": "B",
"26": "B",
"8": "C",
"29": "A",
"22": "D",
"27": "C",
"10": "D",
"17": "A",
"14": "D",
"9": "D",
"13": "A",
"20": "C",
"5": "C",
"4": "B",
"21": "C"
}
17 changes: 17 additions & 0 deletions lesson_10/quiz/quiz_app/src/main/resources/data/kevinmason.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"0": "B",
"1": "A",
"2": "B",
"3": "D",
"5": "A",
"6": "C",
"7": "C",
"9": "D",
"13": "B",
"14": "D",
"15": "A",
"16": "B",
"17": "D",
"19": "A",
"20": "B"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"18": "B",
"27": "C",
"14": "D",
"13": "A",
"19": "B",
"25": "C",
"24": "A",
"22": "D",
"9": "A",
"20": "A",
"5": "C",
"26": "B",
"12": "D",
"3": "A",
"6": "A"
}

0 comments on commit 12beb50

Please sign in to comment.