Skip to content

Commit

Permalink
Merge pull request #57 from digitalearthafrica/certificate-faq
Browse files Browse the repository at this point in the history
Added certificate FAQ.
  • Loading branch information
eefaye committed Dec 8, 2020
2 parents 70272e8 + 547284a commit b0c83d8
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 2 deletions.
22 changes: 21 additions & 1 deletion docs/Frequently_asked_questions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,27 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## How do I connect to GIS web services?\n",
"## Am I eligible for a Certificate of Completion?"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Training course participants who have passed all six assessment quizzes will receive a personalised Certificate of Completion. Quizzes can be retaken as many times as you like.\n",
"\n",
"Submissions are identified by email address, so **please use the same email address for all quizzes**. Contact the course convenors at [training@digitalearthafrica.org](mailto:training@digitalearthafrica.org) if you have any of the following issues:\n",
"\n",
"* Used a different email address for different quizzes\n",
"* Unsure if you have successfully completed all the quizzes\n",
"* Did not receive a Certificate of Completion via email"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## How do I connect to GIS web services?\n",
"\n",
"See [this tutorial](./OWS_tutorial.ipynb) on using the Digital Earth Africa Web Map Services or Web Coverage Services."
]
Expand Down
97 changes: 97 additions & 0 deletions docs/Quiz_index.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Quiz index"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To be eligible for a DE Africa Training Course Certificate of Completion, you must successfully complete all six assessment quizzes. The links to the quiz page for each week can be found below.\n",
"\n",
"On each quiz page, read the summary of the week's contents and note any suggestions or requirements for the quiz. Click the link labelled **complete the quiz** to access the questions.\n",
"\n",
"You may submit more than one response to each quiz. Your highest score for each quiz will be used in assessing Certificate of Completion eligibility. Full marks must be scored to successfully pass each quiz.\n",
"\n",
"If you have any questions about the assessment quizzes, or cannot remember which quizzes you have completed, see the [FAQ](./Frequently_asked_questions.ipynb) or [contact the course convenors](./Contact_us.ipynb)."
]
},
{
"cell_type": "raw",
"metadata": {
"raw_mimetype": "text/restructuredtext"
},
"source": [
".. note::\n",
" Please use the same email address with every quiz submission. This allows the course convenors to track your progress and award certificates in a timely manner."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 1: Copy, open and run a notebook](https://training.digitalearthafrica.org/en/latest/session_1/05_s1_quiz.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 2: Load data and plot an image](https://training.digitalearthafrica.org/en/latest/session_2/05_s2_solution.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 3: Plot a cloud-free geomedian](https://training.digitalearthafrica.org/en/latest/session_3/04_s3_solution.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 4: Calculate NDVI](https://training.digitalearthafrica.org/en/latest/session_4/04_s4_solution.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 5: Show vegetation change over time](https://training.digitalearthafrica.org/en/latest/session_5/03_s5_solution.html)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Session 6: Show water extent change over time](https://training.digitalearthafrica.org/en/latest/session_6/03_s6_solution.html)"
]
}
],
"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.6.9"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Latest Updates
Download_course
Events
help_documentation
Maps_help
Quiz_index
Geomedian_widget
Maps_help
OWS_tutorial
License
2 changes: 2 additions & 0 deletions docs/session_6/03_s6_solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"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://docs.google.com/forms/d/e/1FAIpQLSfUWOI56hUsK-nrbtUd_r39DqXD2oXm7ULgdmhGp6YvYlvGtg/viewform?usp=sf_link). 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",
"If you have successfully passed all six assessment quizzes, you will be awarded a Certificate of Completion. If you have any questions about the Certificate of Completion, please see the [FAQ](../Frequently_asked_questions.ipynb).\n",
"\n",
"The quiz will ask you to use the notebook you developed for this session's exercise on plotting water extent using WOfS data. If you would like to confirm that your notebook works as expected, you can check it against the solution notebook provided below."
]
},
Expand Down

0 comments on commit b0c83d8

Please sign in to comment.