Skip to content

Commit c523c44

Browse files
Add overview descriptions to where is my understanding quizes
1 parent c4a7239 commit c523c44

File tree

8 files changed

+109
-40
lines changed

8 files changed

+109
-40
lines changed

where_is_my_understanding/R.ipynb

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,34 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "7cc001cc-c579-4d11-82b0-fac85674406f",
13+
"cell_type": "markdown",
14+
"id": "7556e604-6241-4eb6-b965-e943eadd0606",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to R Quiz \n",
18+
"\n",
19+
"[Clickable Link To Quiz](intro_to_r.ipynb)\n",
20+
"\n",
21+
"The quiz covers fundamental R language topics, such as variable assignment, data structures, and control flow. It tests your ability to read data, apply basic transformations, and produce simple visualizations using R's built-in functions. \n",
22+
"\n",
23+
"## Regression Analysis with R Quiz \n",
24+
"\n",
25+
"[Clickable Link To Quiz](regression_analysis_with_R.ipynb)\n",
26+
"\n",
27+
"The quiz focuses on fundamental regression concepts in R, including data preparation, model fitting, and interpretation of results. It tests your ability to assess model assumptions, explore diagnostic plots, and handle common issues in regression workflows. \n",
28+
"\n",
29+
"## Advanced Regression Analysis with R Quiz \n",
30+
"\n",
31+
"[Clickable Link To Quiz](advanced_regression_analysis_with_R.ipynb)\n",
32+
"\n",
33+
"The quiz focuses on more advanced regression topics in R, testing your ability to work with complex data structures and perform sophisticated modeling techniques. It assesses your understanding of model diagnostics, assumptions, and practical problem-solving for issues like multicollinearity or overfitting.\n",
34+
"\n",
35+
"## Working with Data in R Quiz\n",
36+
"\n",
37+
"[Clickable Link To Quiz](working_with_data_in_r.ipynb)\n",
38+
"\n",
39+
"The quiz focuses on fundamental data manipulation concepts in R, testing your ability to filter, select, reshape, and combine data. It also checks your understanding of key data wrangling techniques, ensuring you can efficiently work with packages like dplyr and tidyr. "
40+
]
1941
}
2042
],
2143
"metadata": {

where_is_my_understanding/computational_thinking_overview.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "9f4fa438-5cf8-4552-8a26-aad11bb14f5b",
13+
"cell_type": "markdown",
14+
"id": "07706756-0881-45b9-99c4-f608a07a8bcf",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Computational Thinking Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](computational_thinking.ipynb)\n",
20+
"\n",
21+
"The quiz examines key aspects of computational thinking, such as problem decomposition, algorithmic reasoning, and abstraction. It tests your ability to structure and break down tasks into logical steps, ensuring you can translate conceptual solutions into reproducible workflows."
22+
]
1923
}
2024
],
2125
"metadata": {

where_is_my_understanding/high_performance_computing.ipynb

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "e8598e67-e30e-40de-9fbd-a182edc1dfac",
13+
"cell_type": "markdown",
14+
"id": "8b65506a-97ed-4112-be8b-fc33f89899df",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to HPC Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](intro_to_hpc.ipynb)\n",
20+
"\n",
21+
"This quiz introduces key concepts in high-performance computing (HPC), including cluster architectures, job scheduling systems, and parallel processing basics. It tests your ability to navigate and configure HPC environments, ensuring you can optimize computational tasks effectively. \n",
22+
"\n",
23+
"## Parallel Computing Quiz\n",
24+
"\n",
25+
"[Clickable Link To Quiz](parallel_computing.ipynb)\n",
26+
"\n",
27+
"The quiz covers fundamental concepts of parallel computing, including concurrency, data parallelism, and strategies for distributing tasks among multiple cores. It tests your understanding of scheduling, synchronization, and identifying potential pitfalls like race conditions or deadlocks."
28+
]
1929
}
2030
],
2131
"metadata": {

where_is_my_understanding/julia.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "940ecbde-daa9-404c-962f-dcb8a13d2a37",
13+
"cell_type": "markdown",
14+
"id": "15311446-bcb6-466f-8c97-050060e91780",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to Julia Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](introduction_to_julia.ipynb)\n",
20+
"\n",
21+
"The quiz focuses on testing fundamental Julia syntax and basic operations, such as variable declaration and array manipulation. It includes conceptual questions about Julia’s data types, control flow constructs, and distinguishing features compared to other programming languages. There are also practical questions that check your ability to troubleshoot errors and write efficient, reproducible code in Julia."
22+
]
1923
}
2024
],
2125
"metadata": {

where_is_my_understanding/python.ipynb

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "286be75f-a897-4d38-bf46-ea013f53c7e4",
13+
"cell_type": "markdown",
14+
"id": "a1b48845-d6c3-4b09-9fef-45b94b08ca79",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to Python Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](intro_to_python.ipynb)\n",
20+
"\n",
21+
"The quiz focuses on key elements of Python syntax, including variable assignment, data types, and control flow structures. It also tests your understanding of fundamental concepts like functions, modules, and common data structures such as lists and dictionaries. \n",
22+
"\n",
23+
"## Python for Data Analysis Quiz\n",
24+
"\n",
25+
"[Clickable Link To Quiz](python_for_data_analysis.ipynb)\n",
26+
"\n",
27+
"The quiz emphasizes Python fundamentals specifically tailored for data analysis, such as importing libraries, handling data structures, and managing data workflows. It tests your proficiency in tasks like cleaning, transforming, and visualizing data, ensuring you understand how to effectively use popular libraries like Pandas and Matplotlib."
28+
]
1929
}
2030
],
2131
"metadata": {

where_is_my_understanding/software_development.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "30057a46-7d79-4e5a-b36d-f60b86527af6",
13+
"cell_type": "markdown",
14+
"id": "52fc290d-f7d5-4e0a-a695-83730b7c8823",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Software Development Best Practice Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](software_development_best_practice.ipynb)\n",
20+
"\n",
21+
"The quiz explores best practices in software development, focusing on version control, testing, documentation, and code organization. It checks your understanding of agile practices, continuous integration, and collaborative workflows to promote efficient, maintainable projects."
22+
]
1923
}
2024
],
2125
"metadata": {

where_is_my_understanding/unix.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "444da8b2-28e4-4dae-8c19-e27524fffea6",
13+
"cell_type": "markdown",
14+
"id": "976cc41c-f84c-4f58-be87-10dcfd8c8115",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to UNIX Quiz\n",
18+
"\n",
19+
"[Clickable Link To Quiz](intro_to_unix.ipynb)\n",
20+
"\n",
21+
"The quiz introduces fundamental Unix concepts, testing your ability to navigate the command line and manage files. It checks your knowledge of commands like ls, cd, mkdir, and others, ensuring you understand directory structures, permissions, and environment variables. "
22+
]
1923
}
2024
],
2125
"metadata": {

where_is_my_understanding/version_control.ipynb

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,23 @@
1010
]
1111
},
1212
{
13-
"cell_type": "code",
14-
"execution_count": null,
15-
"id": "197b105d-8f4c-4957-94e3-3f26a01e7ef0",
13+
"cell_type": "markdown",
14+
"id": "243e826a-25b2-4b4e-bb01-2b3052d5d316",
1615
"metadata": {},
17-
"outputs": [],
18-
"source": []
16+
"source": [
17+
"## Introduction to Version Control Quiz \n",
18+
"\n",
19+
"[Clickable Link To Quiz](intro_to_version_control.ipynb)\n",
20+
"\n",
21+
"The quiz focuses on fundamental version control concepts, particularly the use of Git for tracking and managing changes. It tests your understanding of branching, merging, and conflict resolution, ensuring you can collaborate effectively and maintain a clear project history.\n",
22+
"\n",
23+
"\n",
24+
"## Intermediate Version Control Quiz\n",
25+
"\n",
26+
"[Clickable Link To Quiz](intermediate_version_control.ipynb)\n",
27+
"\n",
28+
"This quiz delves into more advanced version control techniques, going beyond basic Git commands and workflows. It tests your understanding of strategies such as branching models, rebasing, and managing complex merges or conflicts in collaborative environments."
29+
]
1930
}
2031
],
2132
"metadata": {

0 commit comments

Comments
 (0)