Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lab: Create if statement lab #416

Merged
merged 4 commits into from
Aug 23, 2024
Merged

lab: Create if statement lab #416

merged 4 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. apex: Reduce width of the main content area

    Reduce width of the main content area to make it more readable on bigger
    screens, maximum 72 characters.
    juliaogris committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    eb9ee59 View commit details
    Browse the repository at this point in the history
  2. labsite: Fix 3 column layout

    Fix 3 column layout for large screens where the editor contracted
    to _very_ small. I hope this did it. While at it remove an
    accidentally duplicated CSS class.
    juliaogris committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1647446 View commit details
    Browse the repository at this point in the history
  3. evy: Fix initial cursor position in SVG export

    Fix initial cursor position in SVG export. We had it at `0 0` which is correct,
    only that it wasn't transposed. Which means that the Evy program
    
    	circle N
    
    would render a circle at `0 100` instead of `0 0`.
    juliaogris committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    23d63a2 View commit details
    Browse the repository at this point in the history
  4. lab: Create if statement lab

    Create `if` statement lab. This is our third lab. I've tested it with my
    daughter Mali (thank you!). She managed to do pretty much all of it by herself
    with the code hints. The Monte Carlo Pi simulation was the trickiest I think,
    but that's more intended as a walk through on the facilitators side anyway.
    
    The content is on the wordy side but I intend to add some [[ NEXT ]] buttons
    within the lab notes in the follow up commit.
    juliaogris committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    13e15a3 View commit details
    Browse the repository at this point in the history