diff --git a/lesson_05/quiz/package-lock.json b/lesson_05/quiz/package-lock.json index 73552bee7..b99c74fa6 100644 --- a/lesson_05/quiz/package-lock.json +++ b/lesson_05/quiz/package-lock.json @@ -16,7 +16,7 @@ "@eslint/js": "^9.11.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", - "@types/node": "20.12.7", + "@types/node": "^20.12.7", "copyfiles": "^2.4.1", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", diff --git a/lesson_05/quiz/package.json b/lesson_05/quiz/package.json index c2187f02f..1e126beae 100644 --- a/lesson_05/quiz/package.json +++ b/lesson_05/quiz/package.json @@ -19,7 +19,7 @@ "@eslint/js": "^9.11.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", - "@types/node": "20.12.7", + "@types/node": "^20.12.7", "copyfiles": "^2.4.1", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", @@ -33,4 +33,4 @@ "dependencies": { "codedifferently-instructional": "file:../../lib/typescript/codedifferently-instructional" } -} \ No newline at end of file +} diff --git a/lesson_05/quiz/src/lesson5.ts b/lesson_05/quiz/src/lesson5.ts index 9ad62bd67..74ec75628 100644 --- a/lesson_05/quiz/src/lesson5.ts +++ b/lesson_05/quiz/src/lesson5.ts @@ -38,7 +38,7 @@ export class Lesson5 { [AnswerChoice.C, "To insert an image"], [AnswerChoice.D, "To create a paragraph"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -52,7 +52,7 @@ export class Lesson5 { [AnswerChoice.C, "alt"], [AnswerChoice.D, "href"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -66,7 +66,7 @@ export class Lesson5 { [AnswerChoice.C, "
"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -80,7 +80,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, "
"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -94,7 +94,7 @@ export class Lesson5 { [AnswerChoice.C, "Computer Style Sheets"], [AnswerChoice.D, "Cascading System Sheets"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -108,7 +108,7 @@ export class Lesson5 { [AnswerChoice.C, "text-color"], [AnswerChoice.D, "background-color"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -122,7 +122,7 @@ export class Lesson5 { [AnswerChoice.C, "/* this is a comment */"], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.C, ); } @@ -136,7 +136,7 @@ export class Lesson5 { [AnswerChoice.C, "text-size"], [AnswerChoice.D, "text-style"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -150,7 +150,7 @@ export class Lesson5 { [AnswerChoice.C, "inline-block"], [AnswerChoice.D, "none"], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.B, ); } @@ -164,7 +164,7 @@ export class Lesson5 { [AnswerChoice.C, ""], [AnswerChoice.D, ""], ]), - AnswerChoice.UNANSWERED, + AnswerChoice.A, ); } } diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..a48b92c2a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "code-differently-24-q4", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}