|
12 | 12 | },
|
13 | 13 | "source": [
|
14 | 14 | "# Introduction to Python 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 fi you get all of the questions right, you are, of course, more than welcome to still attend the course as a refresher!" |
16 | 16 | ]
|
17 | 17 | },
|
18 | 18 | {
|
19 | 19 | "cell_type": "code",
|
20 |
| - "execution_count": 2, |
| 20 | + "execution_count": 1, |
21 | 21 | "id": "3eb519b9-643e-4c96-ab4f-ab4f0cd20f38",
|
22 | 22 | "metadata": {
|
23 | 23 | "editable": true,
|
|
32 | 32 | {
|
33 | 33 | "data": {
|
34 | 34 | "text/html": [
|
35 |
| - "<div id=\"PfvUlNrdWIyE\" data-shufflequestions=\"False\"\n", |
| 35 | + "<div id=\"ZYQncVHVloCn\" data-shufflequestions=\"False\"\n", |
36 | 36 | " data-shuffleanswers=\"True\"\n",
|
37 | 37 | " data-preserveresponses=\"false\"\n",
|
38 | 38 | " data-numquestions=\"1000000\"\n",
|
39 | 39 | " data-maxwidth=\"600\"\n",
|
40 | 40 | " style=\"border-radius: 10px; text-align: left\"> <style>\n",
|
41 |
| - "#PfvUlNrdWIyE {\n", |
| 41 | + "#ZYQncVHVloCn {\n", |
42 | 42 | " --jq-multiple-choice-bg: #6f78ffff;\n",
|
43 | 43 | " --jq-mc-button-bg: #fafafa;\n",
|
44 | 44 | " --jq-mc-button-border: #e0e0e0e0;\n",
|
|
220 | 220 | {
|
221 | 221 | "data": {
|
222 | 222 | "application/javascript": [
|
223 |
| - "var questionsPfvUlNrdWIyE=[\n", |
| 223 | + "var questionsZYQncVHVloCn=[\n", |
224 | 224 | " {\n",
|
225 | 225 | " \"question\": \"What is a significant advantage of using Python for coding over other language like MATLAB?\",\n",
|
226 | 226 | " \"type\": \"many_choice\",\n",
|
|
248 | 248 | " ]\n",
|
249 | 249 | " },\n",
|
250 | 250 | " {\n",
|
251 |
| - " \"question\": \"Which data type would you use to store a number wihtout a decimal in Python?\",\n", |
| 251 | + " \"question\": \"Which data type would you use to store a number without a decimal in Python?\",\n", |
252 | 252 | " \"type\": \"many_choice\",\n",
|
253 | 253 | " \"answers\": [\n",
|
254 | 254 | " {\n",
|
|
378 | 378 | " ]\n",
|
379 | 379 | " },\n",
|
380 | 380 | " {\n",
|
381 |
| - " \"question\": \"What is the output of this code? `print(len('hello'))'\",\n", |
| 381 | + " \"question\": \"What is the output of this code? `print(len('hello'))`\",\n", |
382 | 382 | " \"type\": \"many_choice\",\n",
|
383 | 383 | " \"answers\": [\n",
|
384 | 384 | " {\n",
|
|
1230 | 1230 | " Someone more knowledgeable could make this better ;-) */\n",
|
1231 | 1231 | "\n",
|
1232 | 1232 | " function try_show() {\n",
|
1233 |
| - " if(document.getElementById(\"PfvUlNrdWIyE\")) {\n", |
1234 |
| - " show_questions(questionsPfvUlNrdWIyE, PfvUlNrdWIyE); \n", |
| 1233 | + " if(document.getElementById(\"ZYQncVHVloCn\")) {\n", |
| 1234 | + " show_questions(questionsZYQncVHVloCn, ZYQncVHVloCn); \n", |
1235 | 1235 | " } else {\n",
|
1236 | 1236 | " setTimeout(try_show, 200);\n",
|
1237 | 1237 | " }\n",
|
|
1240 | 1240 | " {\n",
|
1241 | 1241 | " // console.log(element);\n",
|
1242 | 1242 | "\n",
|
1243 |
| - " //console.log(\"PfvUlNrdWIyE\");\n", |
1244 |
| - " // console.log(document.getElementById(\"PfvUlNrdWIyE\"));\n", |
| 1243 | + " //console.log(\"ZYQncVHVloCn\");\n", |
| 1244 | + " // console.log(document.getElementById(\"ZYQncVHVloCn\"));\n", |
1245 | 1245 | "\n",
|
1246 | 1246 | " try_show();\n",
|
1247 | 1247 | " }\n",
|
|
1291 | 1291 | "name": "python",
|
1292 | 1292 | "nbconvert_exporter": "python",
|
1293 | 1293 | "pygments_lexer": "ipython3",
|
1294 |
| - "version": "3.12.2" |
| 1294 | + "version": "3.9.19" |
1295 | 1295 | }
|
1296 | 1296 | },
|
1297 | 1297 | "nbformat": 4,
|
|
0 commit comments