Skip to content

Commit

Permalink
Merge pull request #55 from digitalearthafrica/week1-quiz
Browse files Browse the repository at this point in the history
Added Week 1 quiz page and updated relevant index pages.
  • Loading branch information
caitlinadams committed Oct 15, 2020
2 parents 16daf99 + 447010d commit ea2329c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Should you require help, see the :doc:`Frequently_asked_questions` and :doc:`Con
Latest Updates
-------------------

- **14/10/2020:** The `Session 1 quiz <./session_1/05_s1_quiz.ipynb>`_ has been added. This makes the quiz available to anyone who did not originally receive the link from the mailing list.
- **06/10/2020:** The `Session 6 quiz <./session_6/03_s6_solution.ipynb>`_ is live. Check your email for the link to the final feedback survey.
- **02/10/2020** `Course conclusion & wrap-up <./Course_wrap-up.ipynb>`_ has been added.
- **01/10/2020:** `Session 6: Water Analyses <./session_6/index.rst>`_ has been added.
Expand Down
55 changes: 55 additions & 0 deletions docs/session_1/05_s1_quiz.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Session 1 Quiz"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In Session 1, you learned about the mission and purpose of Digital Earth Africa. You also created an account on the Digital Earth Africa Sandbox, a platform where you can retrieve and analyse Earth observation data over Africa. The exercise was to copy, open and run the Crop Health notebook."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Quiz"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"If you would like to be awarded a certificate of achievement at the end of the course, we ask that you [complete the quiz](https://forms.gle/ShuYhKvhjhg1rKqA7). You will need to supply your email address to progress towards the certificate. After you complete the quiz, you can check if your answers were correct by pressing the **View Accuracy** button.\n",
"\n",
"The quiz will ask you to use the Crop Health notebook you developed for this session's exercise. To review the exercise, visit the section **Running a Notebook** or click the **Previous** button."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
4 changes: 3 additions & 1 deletion docs/session_1/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ To get started, click on **What is Digital Earth Africa?** or select the **Next*
01_what_is_digital_earth_africa
02_create_a_user_account
03_navigate_the_sandbox
04_running_a_notebook
04_running_a_notebook
05_s1_quiz

0 comments on commit ea2329c

Please sign in to comment.