From 6f44c5e5fd09721f14005732365586af24e50165 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CTezz03=E2=80=9D?= <“mmbradley@gmail.com”>
Date: Mon, 17 Mar 2025 17:34:16 +0000
Subject: [PATCH] chore: upload_quiz_for_testing
---
lesson_06/quiz/src/lesson5.ts | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/lesson_06/quiz/src/lesson5.ts b/lesson_06/quiz/src/lesson5.ts
index 9ad62bd67..74ec75628 100644
--- a/lesson_06/quiz/src/lesson5.ts
+++ b/lesson_06/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,
);
}
}