Skip to content

Commit

Permalink
no sure what these changes are...
Browse files Browse the repository at this point in the history
  • Loading branch information
Flannery committed Sep 29, 2020
1 parent 83353ab commit eb8f3f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lessons/ds-choosing-your-dataset/langs/en-us/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ logical subsets.}

| Preparation
|
* Make sure all materials have been gathered
* Decide how students will be grouped in pairs
* Make sure all materials have been gathered.
* Decide how students will be grouped in pairs.
* Computer for each student (or pair), with access to the internet
* link:{pathwayrootdir}/workbook/workbook.pdf[Student workbook], and something to write with
* All students should log into @link{https://code.pyret.org, CPO} and open the "Animals Starter File" they saved from the prior lesson. If they don't have the file, they can @link{https://code.pyret.org/editor#share=1ZupMVPWvVUOM0HCWyA7cRBghSLKxPWv1, open a new one}
* All students should log into @link{https://code.pyret.org, CPO} and open the "Animals Starter File" they saved from the prior lesson. If they don't have the file, they can @link{https://code.pyret.org/editor#share=1ZupMVPWvVUOM0HCWyA7cRBghSLKxPWv1, open a new one}.

| Supplemental Resources
| @link{#Datasets, Jump to Datasets and Starter files}
Expand Down
4 changes: 2 additions & 2 deletions lessons/flags/langs/en-us/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Evaluate `dot` and `blank` in the Interactions Area. What do you get?

How could we overlay the `dot` on top of the `blank` rectangle image? What image do we get back?

As you've seen, `overlay` stick two images together, so that the _center_ of the first image is placed exactly on top of the _center_ of the second image. But what if we want to put the dot somewhere besides the center?
As you've seen, `overlay` sticks two images together, so that the _center_ of the first image is placed exactly on top of the _center_ of the second image. But what if we want to put the dot somewhere besides the center?

=== Investigate
[.lesson-instruction]
Expand All @@ -84,7 +84,7 @@ As you've seen, `overlay` stick two images together, so that the _center_ of the
The `put-image` function works like `overlay`, but instead of placing the centers of each image on top of one another, it _translates_ the center of the top image by some distance in the x- and y-direction.

[.lesson-point]
Think of the bottom image as a sheet of graph paper
Think of the bottom image as a sheet of graph paper with the origin (0,0) in the bottom left corner.

The numbers in `put-image` specify a point on that graph paper, with the center of the top image being placed there.

Expand Down

0 comments on commit eb8f3f8

Please sign in to comment.