Skip to content

Commit 8118eab

Browse files
Proof reading intro to version control
1 parent ffbad71 commit 8118eab

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

where_is_my_understanding/intro_to_version_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"source": [
1414
"# Introduction to Version Control with Git and Github Quiz\n",
15-
"The following questions are aimed at testing your understanding of the content that is covered within this course. There is no defined threshold where we believe you should attend the course if you score below. Rather it is aimed to make you engage with the content and reflect for yourself if you feel you would benefit from attending the course. Of note, is that the quiz is intended for you to use google throuhgout and engage with documentation. Even if you get all of the questions right, you are ofcourse more than welcome to still attend the course and use it as a refresher!"
15+
"The following questions are aimed at testing your understanding of the content that is covered within this course. There is no defined threshold below which we believe you should attend the course. Rather, it is aimed at helping you engage with the content and reflect on whether you would benefit from attending the course. It is intended that you will engage with documentation and use Google throughout. Even if you get all the questions right, you are, of course, more than welcome to still attend the course as a refresher!"
1616
]
1717
},
1818
{

where_is_my_understanding/quizes/intro_to_version_control.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
]
105105
},
106106
{
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?",
108108
"type": "many_choice",
109109
"answers": [
110110
{
@@ -130,7 +130,7 @@
130130
]
131131
},
132132
{
133-
"question": "What does the command 'git commit -m \"message\"' do",
133+
"question": "What does the command 'git commit -m \"message\"' do?",
134134
"type": "many_choice",
135135
"answers": [
136136
{
@@ -144,7 +144,7 @@
144144
"feedback": "Correct."
145145
},
146146
{
147-
"answer": "Messags the git user 'message' to commit changes",
147+
"answer": "Messages the git user 'message' to commit changes",
148148
"correct": false,
149149
"feedback": "Incorrect."
150150
},
@@ -156,7 +156,7 @@
156156
]
157157
},
158158
{
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?",
160160
"type": "many_choice",
161161
"answers": [
162162
{
@@ -182,7 +182,7 @@
182182
]
183183
},
184184
{
185-
"question": "What is a merge conflict in Git",
185+
"question": "What is a merge conflict in Git?",
186186
"type": "many_choice",
187187
"answers": [
188188
{
@@ -201,7 +201,7 @@
201201
"feedback": "Incorrect."
202202
},
203203
{
204-
"answer": "a problem that occurs exclusively when merging branches in Github",
204+
"answer": "A problem that occurs exclusively when merging branches in Github",
205205
"correct": false,
206206
"feedback": "Incorrect."
207207
}
@@ -274,12 +274,12 @@
274274
"feedback": "Incorrect."
275275
},
276276
{
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",
278278
"correct": true,
279279
"feedback": "Correct."
280280
},
281281
{
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",
283283
"correct": false,
284284
"feedback": "Incorrect ."
285285
}

where_is_my_understanding/version_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"source": [
88
"# Version Control\n",
9-
"The following sub-section presents quizzes related to the Version Control courses offered through CfRR. These quizzes are intended to provide you with a way of assessing if the courses are correctly aimed at you. If you can complete the quiz corresponding to a given course, then it is likely that the course will not provide any utility to you attending. "
9+
"The following sub-section presents quizzes related to the Version Control courses offered through CfRR. These quizzes are intended to provide you with a way of assessing if the courses are correctly aimed at you. If you can complete the quiz corresponding to a given course, then it is likely that your attending the course would be of limited benefit."
1010
]
1111
},
1212
{

0 commit comments

Comments
 (0)