diff --git a/docs/courses.md b/docs/courses.md index be301c64..64c46511 100644 --- a/docs/courses.md +++ b/docs/courses.md @@ -16,7 +16,7 @@ Structured courses for teaching science and technology in the classroom. "name": "Science Experiments", "description": "Science experiment lessons with measurements and data analysis activites", "url":"/courses/ucp-science", - "imageUrl": "/static/courses/plonk.jpg" + "imageUrl": "/static/courses/ucp-science.jpg" }] ``` diff --git a/docs/courses/ucp-science.md b/docs/courses/ucp-science.md index 8c18d674..639d2e30 100644 --- a/docs/courses/ucp-science.md +++ b/docs/courses/ucp-science.md @@ -1,5 +1,7 @@ # Science Experiments +![A watering plant with a @boardname@](/static/courses/ucp-science.jpg) + The **Science Experiments** are lessons geared for students in middle school and early high school grades. The lessons are designed help the student gain a greater understanding of the forces and behavior of the physical world. This is done using methods of observation, measurement, and data analysis. By incorporating the micro:bit in the experiments, the lessons are a great way to teach both science and computing in the same activity. These lessons guide the student in hands-on, practical measurement activities along with using the micro:bit to control and record data for the experiments. Each lesson provides an overview of the activity, outlines expected results, explains the setup of the experiment, and the gives a coding activity to measure and collect the data. @@ -17,9 +19,9 @@ The lesson series includes: * [Data Collection Methods](/courses/ucp-science/data-collection) * [Population Trait Data Counter](/courses/ucp-science/population) * [Temperature Data](/courses/ucp-science/temperature) -* Soil Moisture Tester +* [Soil Moisture Tester](/courses/ucp-science/soil-moisture) * [Gravity, Motion and Waves](/courses/ucp-science/gravity) -* Body Electrical & Waves +* [Body Electrical & Waves](/courses/ucp-science/body-electrical) * Magnetic Forces * [Electricity - Battery Tester](/courses/ucp-science/electricity) diff --git a/docs/static/courses/plonk.jpg b/docs/static/courses/plonk.jpg deleted file mode 100644 index 28f62f4e..00000000 Binary files a/docs/static/courses/plonk.jpg and /dev/null differ diff --git a/docs/static/courses/ucp-science.jpg b/docs/static/courses/ucp-science.jpg new file mode 100644 index 00000000..af0c175d Binary files /dev/null and b/docs/static/courses/ucp-science.jpg differ