Skip to content

Commit 7d59e07

Browse files
Merge pull request #139 from coding-for-reproducible-research/website-refactor
Website refactor for quizes
2 parents dff14c1 + e56b7e0 commit 7d59e07

File tree

3 files changed

+101
-27
lines changed

3 files changed

+101
-27
lines changed

_toc.yml

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,39 @@ parts:
1313
chapters:
1414
- file: where_is_my_understanding/homepage_where_is_my_understanding
1515
sections:
16-
- file: where_is_my_understanding/python
16+
- file: where_is_my_understanding/coding_languages_quiz
1717
sections:
18-
- file: where_is_my_understanding/intro_to_python
19-
- file: where_is_my_understanding/python_for_data_analysis
20-
- file: where_is_my_understanding/R
21-
sections:
22-
- file: where_is_my_understanding/intro_to_r
23-
- file: where_is_my_understanding/regression_analysis_with_R
24-
- file: where_is_my_understanding/advanced_regression_analysis_with_R
25-
- file: where_is_my_understanding/working_with_data_in_r
26-
- file: where_is_my_understanding/high_performance_computing
27-
sections:
28-
- file: where_is_my_understanding/intro_to_hpc
29-
- file: where_is_my_understanding/version_control
30-
sections:
31-
- file: where_is_my_understanding/intro_to_version_control
32-
- file: where_is_my_understanding/intermediate_version_control
33-
- file: where_is_my_understanding/unix
34-
sections:
35-
- file: where_is_my_understanding/intro_to_unix
36-
- file: where_is_my_understanding/computational_thinking_overview
37-
sections:
38-
- file: where_is_my_understanding/computational_thinking
39-
- file: where_is_my_understanding/software_development
40-
sections:
41-
- file: where_is_my_understanding/software_development_best_practice
42-
- file: where_is_my_understanding/julia
18+
- file: where_is_my_understanding/julia
19+
sections:
20+
- file: where_is_my_understanding/introduction_to_julia
21+
- file: where_is_my_understanding/python
22+
sections:
23+
- file: where_is_my_understanding/intro_to_python
24+
- file: where_is_my_understanding/python_for_data_analysis
25+
- file: where_is_my_understanding/R
26+
sections:
27+
- file: where_is_my_understanding/intro_to_r
28+
- file: where_is_my_understanding/regression_analysis_with_R
29+
- file: where_is_my_understanding/advanced_regression_analysis_with_R
30+
- file: where_is_my_understanding/working_with_data_in_r
31+
- file: where_is_my_understanding/unix
32+
sections:
33+
- file: where_is_my_understanding/intro_to_unix
34+
- file: where_is_my_understanding/coding_practices_quiz
4335
sections:
44-
- file: where_is_my_understanding/introduction_to_julia
36+
- file: where_is_my_understanding/computational_thinking_overview
37+
sections:
38+
- file: where_is_my_understanding/computational_thinking
39+
- file: where_is_my_understanding/high_performance_computing
40+
sections:
41+
- file: where_is_my_understanding/intro_to_hpc
42+
- file: where_is_my_understanding/software_development
43+
sections:
44+
- file: where_is_my_understanding/software_development_best_practice
45+
- file: where_is_my_understanding/version_control
46+
sections:
47+
- file: where_is_my_understanding/intro_to_version_control
48+
- file: where_is_my_understanding/intermediate_version_control
4549
- file: pathways/related_courses
4650
sections:
4751
- file: pathways/hpc
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "37fc53a9-7752-4d47-9c63-d1df71792336",
6+
"metadata": {},
7+
"source": [
8+
"# Coding Languages \n",
9+
"\n",
10+
"The following pages provide the quizes for the courses that CfRR offers in coding languages. "
11+
]
12+
}
13+
],
14+
"metadata": {
15+
"kernelspec": {
16+
"display_name": "Python 3 (ipykernel)",
17+
"language": "python",
18+
"name": "python3"
19+
},
20+
"language_info": {
21+
"codemirror_mode": {
22+
"name": "ipython",
23+
"version": 3
24+
},
25+
"file_extension": ".py",
26+
"mimetype": "text/x-python",
27+
"name": "python",
28+
"nbconvert_exporter": "python",
29+
"pygments_lexer": "ipython3",
30+
"version": "3.9.19"
31+
}
32+
},
33+
"nbformat": 4,
34+
"nbformat_minor": 5
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "ede00464-14b3-49a2-8187-26bb602ddbdc",
6+
"metadata": {},
7+
"source": [
8+
"# Coding Practices \n",
9+
"\n",
10+
"The following pages provide the quizes for the courses that CfRR offers in coding practices. "
11+
]
12+
}
13+
],
14+
"metadata": {
15+
"kernelspec": {
16+
"display_name": "Python 3 (ipykernel)",
17+
"language": "python",
18+
"name": "python3"
19+
},
20+
"language_info": {
21+
"codemirror_mode": {
22+
"name": "ipython",
23+
"version": 3
24+
},
25+
"file_extension": ".py",
26+
"mimetype": "text/x-python",
27+
"name": "python",
28+
"nbconvert_exporter": "python",
29+
"pygments_lexer": "ipython3",
30+
"version": "3.9.19"
31+
}
32+
},
33+
"nbformat": 4,
34+
"nbformat_minor": 5
35+
}

0 commit comments

Comments
 (0)