|
104 | 104 | ]
|
105 | 105 | },
|
106 | 106 | {
|
107 |
| - "question": "If you want to check the status of your working directory and staging area, whcih command should you use?", |
| 107 | + "question": "If you want to check the status of your working directory and staging area, which command should you use?", |
108 | 108 | "type": "many_choice",
|
109 | 109 | "answers": [
|
110 | 110 | {
|
|
130 | 130 | ]
|
131 | 131 | },
|
132 | 132 | {
|
133 |
| - "question": "What does the command 'git commit -m \"message\"' do", |
| 133 | + "question": "What does the command 'git commit -m \"message\"' do?", |
134 | 134 | "type": "many_choice",
|
135 | 135 | "answers": [
|
136 | 136 | {
|
|
144 | 144 | "feedback": "Correct."
|
145 | 145 | },
|
146 | 146 | {
|
147 |
| - "answer": "Messags the git user 'message' to commit changes", |
| 147 | + "answer": "Messages the git user 'message' to commit changes", |
148 | 148 | "correct": false,
|
149 | 149 | "feedback": "Incorrect."
|
150 | 150 | },
|
|
156 | 156 | ]
|
157 | 157 | },
|
158 | 158 | {
|
159 |
| - "question": "How can you make your local repository up to date with changes from a remote repository", |
| 159 | + "question": "How can you make your local repository up to date with changes from a remote repository?", |
160 | 160 | "type": "many_choice",
|
161 | 161 | "answers": [
|
162 | 162 | {
|
|
182 | 182 | ]
|
183 | 183 | },
|
184 | 184 | {
|
185 |
| - "question": "What is a merge conflict in Git", |
| 185 | + "question": "What is a merge conflict in Git?", |
186 | 186 | "type": "many_choice",
|
187 | 187 | "answers": [
|
188 | 188 | {
|
|
201 | 201 | "feedback": "Incorrect."
|
202 | 202 | },
|
203 | 203 | {
|
204 |
| - "answer": "a problem that occurs exclusively when merging branches in Github", |
| 204 | + "answer": "A problem that occurs exclusively when merging branches in Github", |
205 | 205 | "correct": false,
|
206 | 206 | "feedback": "Incorrect."
|
207 | 207 | }
|
|
274 | 274 | "feedback": "Incorrect."
|
275 | 275 | },
|
276 | 276 | {
|
277 |
| - "answer": "A method used to tell other about changes that you've pushed to a branch in a repository on Github, which can then be reviewed and potentially merged into the primary branch", |
| 277 | + "answer": "A method used to tell others about changes that you've pushed to a branch in a repository on Github, which can then be reviewed and potentially merged into the primary branch", |
278 | 278 | "correct": true,
|
279 | 279 | "feedback": "Correct."
|
280 | 280 | },
|
281 | 281 | {
|
282 |
| - "answer": "A feature that automatically merged changes from one branch to another without review", |
| 282 | + "answer": "A feature that automatically merges changes from one branch to another without review", |
283 | 283 | "correct": false,
|
284 | 284 | "feedback": "Incorrect ."
|
285 | 285 | }
|
|
0 commit comments