Skip to content

Commit c4233d9

Browse files
committed
Updated quizzes module,yaml, and ananatawaquiz
1 parent 8210e1a commit c4233d9

File tree

3 files changed

+32
-138
lines changed

3 files changed

+32
-138
lines changed

lesson_03/quiz/package-lock.json

Lines changed: 31 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lesson_03/quiz/quiz.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ quiz:
3131
- $2y$10$TSqcVRhLIrH319zzXZJCMO9TY/Oz4IU96ZBEVk36y98DiwDSZun9G
3232
- $2y$10$MbdEN2Vo/.5Mf5Gc7w.MMuqpFNbBfjXAUTf.PnwzWISzDhcq/Z/Sq
3333
- $2y$10$V6g.2vivPqZpqbteSQ9eZea9LIgRmAXcFLHuFMuGZR7rBts8zePVu
34-
35-
3634

lesson_03/quiz/src/quizzes/ananatawa_quiz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
export class AnanatawaQuiz implements QuizQuestionProvider {
99
getProviderName(): string {
10-
return awatanana;
10+
return 'awatanana';
1111
}
1212

1313
makeQuizQuestions(): QuizQuestion[] {

0 commit comments

Comments
 (0)