Skip to content

Commit 0ba9b13

Browse files
committed
fix: encryption
1 parent 1a884f2 commit 0ba9b13

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lesson_03/quiz/quiz.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ quiz:
1515
- $2y$10$qE/gXxpq62FEGJOJd9MDA.vpDYLTNSsZbqZLpD/0368CKkcNBzW1y
1616
- $2y$10$yI/2BgOyqQfLdHM3ixPE5uLu89su/sHRJB2c5szDFIAYXDhRakS.C
1717
evanphilakhong:
18-
- $2y$10$SormZiYqdPu/xe2ozqDsPOZluWVddVJvApuLAENxUoJtotXvyXeI2
19-
- $2y$10$zQ.K0zxiUgWDW.q0UbmwQ.35agiiSCCHLl.OQ2LCgmW846KWgJ/vW
20-
- $2y$10$5jSnU0l9MlHnvG8EzZtgQeh1YLTdPCgyGNaK/qG/s2woO6W1D2wHi
21-
- $2y$10$V8c7Ux476ueIK4UuQygZZO.8iejKFm/nO2fBtxCvYMcpkI0Di55xu
18+
- $2y$10$jPemAebScV6nhwb4gjCmyu/1ZfDaCTdjZvDk2Mf/ASO3NhpK0Zikm
19+
- $2y$10$EgDoBI4YWx7i8W6m74OQ/.peaijZ.PGPUUTR.5I4dNlRT.xo17yTm
20+
- $2y$10$KRwSNIERrR6Zc1EoxvGoKu0wEzoKcT93gZyZLcIxcbDj/An3aazY6
21+
- $2y$10$jdfCYoBCrarAT/ZBLI.5/utzDkMjX5kOc5aVvn3Z09x5iCM6TR//O

lesson_03/quiz/src/quizzes/evan_philakhong_quiz.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
2929
[AnswerChoice.C, 'Central Processing Unit'],
3030
[AnswerChoice.D, 'Coding Processor Unit'],
3131
]),
32-
AnswerChoice.UNANSWERED, // replace UNANSWERED with correct answer
32+
AnswerChoice.C, // replace UNANSWERED with correct answer
3333
);
3434
}
3535

@@ -43,7 +43,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
4343
[AnswerChoice.C, 'Graphical Programming Unit'],
4444
[AnswerChoice.D, 'Gaming Processor Unit'],
4545
]),
46-
AnswerChoice.UNANSWERED, // replace UNANSWERED with correct answer
46+
AnswerChoice.A, // replace UNANSWERED with correct answer
4747
);
4848
}
4949

@@ -57,7 +57,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
5757
[AnswerChoice.C, 'Power Supplier Unit'],
5858
[AnswerChoice.D, 'Power Storing Unit'],
5959
]),
60-
AnswerChoice.UNANSWERED, // repleace UNANSWERED with correct answer
60+
AnswerChoice.B, // repleace UNANSWERED with correct answer
6161
);
6262
}
6363

@@ -71,7 +71,7 @@ export class EvanPhilakhongQuiz implements QuizQuestionProvider {
7171
[AnswerChoice.C, 'Temporary Memory'],
7272
[AnswerChoice.D, 'Readlily Access Memory'],
7373
]),
74-
AnswerChoice.UNANSWERED, // replace UNANSWERED with correct answer
74+
AnswerChoice.B, // replace UNANSWERED with correct answer
7575
);
7676
}
7777
}

0 commit comments

Comments
 (0)