File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11quiz :
22 answers :
3+ anthonymays :
4+ - $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
5+ - $2y$10$55EXRjF26JIgebtoH800ZOJecfefvMgHicuxf/rwTENuxiUaFQcNe
6+ anotherone :
7+ - $2y$10$8eHSzy3aCu4Ry3LzO9nWCeGpofSxsNVbnF.wCfn3ZADwQ6MEtN/KK
8+ - $2y$10$dGB0CGv7.XQC5OqfyY6iXOiJsdVyxU3ve5YE0gt4m2I8P8H13lNXa
9+
310 calvinrobinson :
411 - $2y$10$cq2na3OgOfB0rpCum0vwA./4zXbQ2xZT5avpyfmpp9e0LDtU5eJu.
512 - $2y$10$yog14Y5aV9U3lPv3s9FhaORRwg9rRslGdnBt8Px8ASQWtxUjgwHpS
613 - $2y$10$k5rLqfcOEJy/T3E5MRczRuvIIfjeefiuDp02nSN2o7j2BUoD48nb2
7-
814
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export class CalvinRobinsonQuiz implements QuizQuestionProvider {
1111 }
1212
1313 makeQuizQuestions ( ) : QuizQuestion [ ] {
14- return [ CalvinRobinsonQuiz . makeQuestion0 ( ) , CalvinRobinsonQuiz . makeQuestion1 ( ) ] ;
14+ return [ CalvinRobinsonQuiz . makeQuestion0 ( ) , CalvinRobinsonQuiz . makeQuestion1 ( ) , CalvinRobinsonQuiz . makeQuestion2 ( ) ] ;
1515 }
1616
1717private static makeQuestion0 ( ) : QuizQuestion {
@@ -31,7 +31,7 @@ private static makeQuestion0(): QuizQuestion {
3131 ) ; // Replace `UNANSWERED` with the correct answer.
3232 }
3333
34- private static makeQuestion0 ( ) : QuizQuestion {
34+ private static makeQuestion1 ( ) : QuizQuestion {
3535 return new MultipleChoiceQuizQuestion (
3636 1 ,
3737 'Which answer best describes GitHub?' ,
@@ -48,7 +48,7 @@ private static makeQuestion0(): QuizQuestion {
4848 ) ; // Replace `UNANSWERED` with the correct answer.
4949 }
5050
51- private static makeQuestion0 ( ) : QuizQuestion {
51+ private static makeQuestion2 ( ) : QuizQuestion {
5252 return new MultipleChoiceQuizQuestion (
5353 2 ,
5454 'What is PR in software development?' ,
You can’t perform that action at this time.
0 commit comments