Linkup science exp lessons to summarys (#663)

* Linkup science exp lessons to summarys

* Busted hint syntax

* Bad homeurl macro

* Unlink 'magnetism' lesson
This commit is contained in:
Galen Nickel 2018-02-16 19:30:52 -08:00 committed by GitHub
parent 471df4b730
commit 06700ffc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 87 additions and 8 deletions

View File

@ -135,18 +135,30 @@
* [Overview](/courses/ucp-science/data-collection/overview) * [Overview](/courses/ucp-science/data-collection/overview)
* [Setup and procedure](/courses/ucp-science/data-collection/setup-procedure) * [Setup and procedure](/courses/ucp-science/data-collection/setup-procedure)
* [Resources](/courses/ucp-science/data-collection/resources) * [Resources](/courses/ucp-science/data-collection/resources)
* [Electricity](/courses/ucp-science/electricity) * [Population Traits](/courses/ucp-science/population)
* [Overview](/courses/ucp-science/electricity/overview) * [Overview](/courses/ucp-science/population/overview)
* [Setup and procedure](/courses/ucp-science/electricity/setup-procedure) * [Setup and procedure](/courses/ucp-science/population/setup-procedure)
* [Resources](/courses/ucp-science/electricity/resources) * [Resources](/courses/ucp-science/population/resources)
* [Temperature](/courses/ucp-science/temperature) * [Temperature](/courses/ucp-science/temperature)
* [Overview](/courses/ucp-science/temperature/overview) * [Overview](/courses/ucp-science/temperature/overview)
* [Setup and procedure](/courses/ucp-science/temperature/setup-procedure) * [Setup and procedure](/courses/ucp-science/temperature/setup-procedure)
* [Resources](/courses/ucp-science/temperature/resources) * [Resources](/courses/ucp-science/temperature/resources)
* [Soil Moisture](/courses/ucp-science/soil-moisture)
* [Overview](/courses/ucp-science/soil-moisture/overview)
* [Setup and procedure](/courses/ucp-science/soil-moisture/setup-procedure)
* [Resources](/courses/ucp-science/soil-moisture/resources)
* [Gravity, Motion and Waves](/courses/ucp-science/gravity) * [Gravity, Motion and Waves](/courses/ucp-science/gravity)
* [Overview](/courses/ucp-science/gravity/overview) * [Overview](/courses/ucp-science/gravity/overview)
* [Setup and procedure](/courses/ucp-science/gravity/setup-procedure) * [Setup and procedure](/courses/ucp-science/gravity/setup-procedure)
* [Resources](/courses/ucp-science/gravity/resources) * [Resources](/courses/ucp-science/gravity/resources)
* [Body Electrical and Waves](/courses/ucp-science/body-electrical)
* [Overview](/courses/ucp-science/body-electrical/overview)
* [Setup and procedure](/courses/ucp-science/body-electrical/setup-procedure)
* [Resources](/courses/ucp-science/body-electrical/resources)
* [Electricity](/courses/ucp-science/electricity)
* [Overview](/courses/ucp-science/electricity/overview)
* [Setup and procedure](/courses/ucp-science/electricity/setup-procedure)
* [Resources](/courses/ucp-science/electricity/resources)
## #reference ## #reference

View File

@ -2,18 +2,33 @@
![A watering plant with a @boardname@](/static/courses/ucp-science.jpg) ![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. The **Science Experiments** lessons are 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. 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.
### ~hint
**MakeCode app**
To enable data collection in the experiments, the lessons require use of the **[Windows 10 MakeCode for micro:bit](https://www.microsoft.com/store/productId/9PJC7SV48LCX)** app instead of **[MakeCode](@homeurl@)** in the browser.
### ~
## Lesson series ## Lesson series
### ~hint ### ~hint
This is a new course, so we're adding new lessons. All lessons will be available here shortly. These lessons require [Windows 10 MakeCode for micro:bit app](https://www.microsoft.com/store/productId/9PJC7SV48LCX) **Download it**
The entire course is also available as a download. Choose any of these formats:
|||
|-|-|
| [![](/static/courses/csintro/icons/html-24x24.png)](/--docs#book:/courses/ucp-science/SUMMARY) | [- **HTML** - The entire course in a single HTML page that you can print to PDF or paper](/--docs#book:/courses/ucp-science/SUMMARY) |
### ~ ### ~
The lesson series includes: The lesson series includes:
* [Data Collection Methods](/courses/ucp-science/data-collection) * [Data Collection Methods](/courses/ucp-science/data-collection)
@ -22,7 +37,7 @@ The lesson series includes:
* [Soil Moisture Tester](/courses/ucp-science/soil-moisture) * [Soil Moisture Tester](/courses/ucp-science/soil-moisture)
* [Gravity, Motion and Waves](/courses/ucp-science/gravity) * [Gravity, Motion and Waves](/courses/ucp-science/gravity)
* [Body Electrical & Waves](/courses/ucp-science/body-electrical) * [Body Electrical & Waves](/courses/ucp-science/body-electrical)
* Magnetic Forces * Magnetic Forces - Coming soon...
* [Electricity - Battery Tester](/courses/ucp-science/electricity) * [Electricity - Battery Tester](/courses/ucp-science/electricity)
The [Science Experiments](https://sites.google.com/view/utahcodingproject/csta/microbit-science-experiments) lesson series is generously provided by the [Utah Coding Project](https://sites.google.com/view/utahcodingproject/home) and is developed by [Carl Lyman](mailto:utahcoding@outlook.com). The [Science Experiments](https://sites.google.com/view/utahcodingproject/csta/microbit-science-experiments) lesson series is generously provided by the [Utah Coding Project](https://sites.google.com/view/utahcodingproject/home) and is developed by [Carl Lyman](mailto:utahcoding@outlook.com).

View File

@ -0,0 +1,52 @@
# [Science Experiments](/courses/ucp-science)
* [Science Experiments](/courses/ucp-science)
## Data Collection
* [Data collection](/courses/ucp-science/data-collection)
* [Overview](/courses/ucp-science/data-collection/overview)
* [Setup and procedure](/courses/ucp-science/data-collection/setup-procedure)
* [Resources](/courses/ucp-science/data-collection/resources)
## Population Traits
* [Population Traits](/courses/ucp-science/population)
* [Overview](/courses/ucp-science/population/overview)
* [Setup and procedure](/courses/ucp-science/population/setup-procedure)
* [Resources](/courses/ucp-science/population/resources)
## Temperature
* [Temperature](/courses/ucp-science/temperature)
* [Overview](/courses/ucp-science/temperature/overview)
* [Setup and procedure](/courses/ucp-science/temperature/setup-procedure)
* [Resources](/courses/ucp-science/temperature/resources)
## Soil Moisteure Tester
* [Soil Moisture](/courses/ucp-science/soil-moisture)
* [Overview](/courses/ucp-science/soil-moisture/overview)
* [Setup and procedure](/courses/ucp-science/soil-moisture/setup-procedure)
* [Resources](/courses/ucp-science/soil-moisture/resources)
## Gravity, Motion and Waves
* [Gravity, Motion and Waves](/courses/ucp-science/gravity)
* [Overview](/courses/ucp-science/gravity/overview)
* [Setup and procedure](/courses/ucp-science/gravity/setup-procedure)
* [Resources](/courses/ucp-science/gravity/resources)
## Body Electrical and Waves
* [Body Electrical and Waves](/courses/ucp-science/body-electrical)
* [Overview](/courses/ucp-science/body-electrical/overview)
* [Setup and procedure](/courses/ucp-science/body-electrical/setup-procedure)
* [Resources](/courses/ucp-science/body-electrical/resources)
## Electicity - Battery tester
* [Electricity](/courses/ucp-science/electricity)
* [Overview](/courses/ucp-science/electricity/overview)
* [Setup and procedure](/courses/ucp-science/electricity/setup-procedure)
* [Resources](/courses/ucp-science/electricity/resources)

View File

@ -22,7 +22,7 @@ This project will use a @boardname@ to collect data using the voltage that can b
### on Start event code ### on Start event code
1. Open [MakeCode](@homerurl@). 1. Open [MakeCode](@homeurl@).
2. Change the name of the project from “Untitled” to "Soil Moisture Tester". 2. Change the name of the project from “Untitled” to "Soil Moisture Tester".
3. Place the show string block in the on start block and put the title ``"SOIL MOISTURE TESTER"`` in the quotes. 3. Place the show string block in the on start block and put the title ``"SOIL MOISTURE TESTER"`` in the quotes.
4. Check the display in the Simulator. 4. Check the display in the Simulator.