Skip to content

Commit d185954

Browse files
Proof reading: intro to unix where is my understanding
1 parent 8118eab commit d185954

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

where_is_my_understanding/intermediate_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
"# Intermediate Version Control 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/intro_to_unix.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"tags": []
1212
},
1313
"source": [
14-
"# Introduction to UNIX 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!"
14+
"# Introduction to Unix 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 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
{
@@ -1291,7 +1291,7 @@
12911291
"name": "python",
12921292
"nbconvert_exporter": "python",
12931293
"pygments_lexer": "ipython3",
1294-
"version": "3.12.2"
1294+
"version": "3.9.19"
12951295
}
12961296
},
12971297
"nbformat": 4,

where_is_my_understanding/quizes/intro_to_unix.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"question": "What is the purpose of the command 'cd'",
3+
"question": "What is the purpose of the command 'cd'?",
44
"type": "many_choice",
55
"answers": [
66
{
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
{
81-
"question": "What symbol is used to redirect the output of a command to a file",
81+
"question": "What symbol is used to redirect the output of a command to a file?",
8282
"type": "many_choice",
8383
"answers": [
8484
{
@@ -130,7 +130,7 @@
130130
]
131131
},
132132
{
133-
"question": "What does the pipe '| symbol do",
133+
"question": "What does the pipe '| symbol do?",
134134
"type": "many_choice",
135135
"answers": [
136136
{
@@ -156,7 +156,7 @@
156156
]
157157
},
158158
{
159-
"question": "How would you delete a directory and all of its contents",
159+
"question": "How would you delete a directory and all of its contents?",
160160
"type": "many_choice",
161161
"answers": [
162162
{
@@ -208,7 +208,7 @@
208208
]
209209
},
210210
{
211-
"question": "In shell scripting, what is the correct syntax to start a for loop",
211+
"question": "In shell scripting, what is the correct syntax to start a for loop?",
212212
"type": "many_choice",
213213
"answers": [
214214
{
@@ -234,7 +234,7 @@
234234
]
235235
},
236236
{
237-
"question": "Which command allows you to view the manual entry for other commands",
237+
"question": "Which command allows you to view the manual entry for other commands?",
238238
"type": "many_choice",
239239
"answers": [
240240
{

where_is_my_understanding/unix.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"id": "c94f6b62-20ce-49c7-b43e-ed728e5fec2d",
66
"metadata": {},
77
"source": [
8-
"# UNIX\n",
9-
"The following sub-section presents quizzes related to the UNIX 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. "
8+
"# Unix\n",
9+
"The following sub-section presents quizzes related to the UNIX 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)