Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Add Additional Practice Problems #50

Description

@hschafer

We have a bunch of other practice problems that didn't get included in the main lessons. We should copy these over at some point.

A couple of notes on implementation details:

  • This might be a case that trying to programmatically create the problems like we did with the initial book conents might be too hard. Would need to modify the lesson sync script to include practice problems and would need to change the generate_pages.py to somehow ignore pages we've already generated (not impossible, just extra work).
  • Maybe would make sense to embed each practice problem in the lesson they belong to. Maybe make a folder in each lesson that we link to at the end of the lesson's Table of Contents (clearly indicating they are extra practice). That keeps things together with its content but can keep things less cluttered. So an example folder structure coul be
module/
  lesson/
    index.md   # Table of contents
    slide-1.md
    slide-2.md
    practice-problem.md
    practice-probblem.zip
    optional-practice/
      index.md  # Table of contents
      prob-1.md
      ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions