@@ -38,7 +38,7 @@ export class Lesson5 {
3838 [ AnswerChoice . C , "To insert an image" ] ,
3939 [ AnswerChoice . D , "To create a paragraph" ] ,
4040 ] ) ,
41- AnswerChoice . UNANSWERED ,
41+ AnswerChoice . B ,
4242 ) ;
4343 }
4444
@@ -52,7 +52,7 @@ export class Lesson5 {
5252 [ AnswerChoice . C , "alt" ] ,
5353 [ AnswerChoice . D , "href" ] ,
5454 ] ) ,
55- AnswerChoice . UNANSWERED ,
55+ AnswerChoice . C ,
5656 ) ;
5757 }
5858
@@ -66,7 +66,7 @@ export class Lesson5 {
6666 [ AnswerChoice . C , "<div>" ] ,
6767 [ AnswerChoice . D , "<link>" ] ,
6868 ] ) ,
69- AnswerChoice . UNANSWERED ,
69+ AnswerChoice . D ,
7070 ) ;
7171 }
7272
@@ -80,7 +80,7 @@ export class Lesson5 {
8080 [ AnswerChoice . C , "<span>" ] ,
8181 [ AnswerChoice . D , "<br>" ] ,
8282 ] ) ,
83- AnswerChoice . UNANSWERED ,
83+ AnswerChoice . C ,
8484 ) ;
8585 }
8686
@@ -94,7 +94,7 @@ export class Lesson5 {
9494 [ AnswerChoice . C , "Computer Style Sheets" ] ,
9595 [ AnswerChoice . D , "Cascading System Sheets" ] ,
9696 ] ) ,
97- AnswerChoice . UNANSWERED ,
97+ AnswerChoice . B ,
9898 ) ;
9999 }
100100
@@ -108,7 +108,7 @@ export class Lesson5 {
108108 [ AnswerChoice . C , "text-color" ] ,
109109 [ AnswerChoice . D , "background-color" ] ,
110110 ] ) ,
111- AnswerChoice . UNANSWERED ,
111+ AnswerChoice . A ,
112112 ) ;
113113 }
114114
@@ -122,7 +122,7 @@ export class Lesson5 {
122122 [ AnswerChoice . C , "/* this is a comment */" ] ,
123123 [ AnswerChoice . D , "<!-- this is a comment -->" ] ,
124124 ] ) ,
125- AnswerChoice . UNANSWERED ,
125+ AnswerChoice . C ,
126126 ) ;
127127 }
128128
@@ -136,7 +136,7 @@ export class Lesson5 {
136136 [ AnswerChoice . C , "text-size" ] ,
137137 [ AnswerChoice . D , "text-style" ] ,
138138 ] ) ,
139- AnswerChoice . UNANSWERED ,
139+ AnswerChoice . B ,
140140 ) ;
141141 }
142142
@@ -150,7 +150,7 @@ export class Lesson5 {
150150 [ AnswerChoice . C , "inline-block" ] ,
151151 [ AnswerChoice . D , "none" ] ,
152152 ] ) ,
153- AnswerChoice . UNANSWERED ,
153+ AnswerChoice . A ,
154154 ) ;
155155 }
156156
@@ -164,7 +164,7 @@ export class Lesson5 {
164164 [ AnswerChoice . C , "<stylesheet link='styles.css'>" ] ,
165165 [ AnswerChoice . D , "<css href='styles.css'>" ] ,
166166 ] ) ,
167- AnswerChoice . UNANSWERED ,
167+ AnswerChoice . C ,
168168 ) ;
169169 }
170170}
0 commit comments