Skip to content

Commit 997080e

Browse files
move live pyret survey instructions to doc-root (see #2245)
1 parent 5b0e325 commit 997080e

File tree

3 files changed

+41
-14
lines changed

3 files changed

+41
-14
lines changed

lessons/Data-Science/dot-plots-to-histograms/langs/en-us/index.adoc

+5-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@
3434
| Preparation
3535
|
3636
@preparation{
37+
@ifproglang{pyret}{
38+
- The launch of this lesson uses a live pyret survey to generate a histogram of your class' own commuting data in real time. Follow the instructions on @dist-link{pages/live-pyret-survey-instructions.adoc} to
39+
* _make a copy_ of the @starter-file{histogram-survey-form} for your class and
40+
* _link the responses from the form_ to the @starter-file{histogram-survey-starter}
41+
}
3742
- There is an @starter-file{histograms, interactive Desmos activity} in the lesson, as well as Desmos formative assessments.
3843
* Open the Desmos activity you plan to use and make a code or link to share with students.
3944
* If you are using our Google Slides, add the appropriate link to the slide deck.
4045
* _If you're a first-time Desmos user, fear not!_ @dist-link{pages/desmos-instructions.adoc, _Here's what you need to do._}
4146
}
4247

43-
| Assessments
44-
| @assessments
45-
4648
|===
4749

4850

lessons/Data-Science/histograms-visualize/langs/en-us/index.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
|
3636
@preparation{
3737
- For the @handout{histogram-cards.adoc} activity in this lesson you will need to print and cut one set of cards for each pair of students in your class. We recommend storing the cards in envelopes.
38-
@ifproglang{pyret}{
39-
- To launch class by generating a histogram of your students' commuting data in real time...
40-
* _Make a copy_ of the @starter-file{histogram-survey-form}.
41-
*** _Create a new destination_ spreadsheet from the "Responses" tab to collect and save your students' data.
42-
*** _Click "Share"_, and make sure the spreadsheet is viewable by "anyone with the link".
43-
* _Open the_ @starter-file{histogram-survey-starter}.
44-
*** _Replace the spreadsheet_ link with a link to your new spreadsheet.
45-
*** _Wait to click "Run" until after the first response_ is collected in the google form. The starter-file will draw a histogram of your class's commute times to school, broken into 5-minute bins, and, as students continue to enter their data, the histogram will update in real time!
46-
* _Project the starter file_ so students can watch! You can also publish and share the starter file with your students, once the first response has been collected.
47-
*** _Hint:_ If you want to be done with all of the setup and file sharing before class starts, you can submit your own data via the google form as the first response!
48-
}
4938
- There is an @starter-file{histograms, interactive Desmos activity} in the lesson, as well as Desmos formative assessments.
5039
* Open the Desmos activity you plan to use and make a code or link to share with students.
5140
* If you are using our Google Slides, add the appropriate link to the slide deck.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
= How to Use a Live Pyret Survey
2+
3+
++++
4+
<style>
5+
#content { display: block !important; }
6+
</style>
7+
++++
8+
9+
Wouldn't it be fun to launch class by making a display from your students' data? Live Surveys in Pyret do just that!
10+
11+
@vspace{1ex}
12+
13+
We've created a starter file and corresponding google form to share with students for each new data visualization we introduce in Bootstrap: Data Science that will draw the data visualization being introduced in the lesson using your class's responses and update the display in real time as students continue to enter their data!
14+
15+
@vspace{1ex}
16+
17+
All you need to do is:
18+
19+
- _Make a copy of the Google Form_ listed in the preparation section of the lesson.
20+
* _Create a new destination_ spreadsheet from the "Responses" tab to collect and save your students' data.
21+
* _Click "Share"_, and make sure the spreadsheet is viewable by "anyone with the link".
22+
- _Open the starter file_ listed in the the preparation section of the lesson.
23+
* _Replace the spreadsheet_ link with a link to your new spreadsheet.
24+
- _Important: Wait to click "Run"_ until after the first response is collected in the google form.
25+
* _Project the starter file_ so students can watch!
26+
* You can also publish and share the starter file with your students, once the first response has been collected.
27+
- _Hint:_ If you want to be done with all of the setup and file sharing before class starts, you can:
28+
* Submit your own data via the google form as the first response.
29+
* Assign the google form for homework the night before.
30+
31+
@vspace{1ex}
32+
33+
Interested in asking your students other questions for use with live pyret surveys?
34+
35+
- Just make your own google form and connect the link following the directions above. +
36+
- We'd love it if you'd share a copy of the forms you make with us @link{mailto:contact@bootstrapworld.org, contact@bootstrapworld.org}!

0 commit comments

Comments
 (0)