You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built in a bunch of TODO/ANSWER blocks into my new module, which gives the flexibility for code along lessons to be interactive (or just go through Solution notebooks if we’re short on time). Some instructors may not desire to live code 40% of their lecture, so it’d be great if we could add a flag that only builds the solution notebooks as part of the main lesson repo (for easier navigation). Could even be an additional master parser flag, so that the versions with live coding and those with our regular “codealong” lectures could be output with each build.
Ideally: no new flags in the notebooks themselves, but just use TODO/ANSWER. Provides additionally flexibility for instructors to create interactive content (without forcing instructors to edit their delivery if they don't wish to include code challenges).
Especially for virtual delivery, 40 minute codealongs (where students just run cells with provided code) can drag on. Students uninterested in participating in the code challenges will still have solution notebooks to follow along with.
The text was updated successfully, but these errors were encountered:
I built in a bunch of TODO/ANSWER blocks into my new module, which gives the flexibility for code along lessons to be interactive (or just go through Solution notebooks if we’re short on time). Some instructors may not desire to live code 40% of their lecture, so it’d be great if we could add a flag that only builds the solution notebooks as part of the main lesson repo (for easier navigation). Could even be an additional master parser flag, so that the versions with live coding and those with our regular “codealong” lectures could be output with each build.
Ideally: no new flags in the notebooks themselves, but just use TODO/ANSWER. Provides additionally flexibility for instructors to create interactive content (without forcing instructors to edit their delivery if they don't wish to include code challenges).
Especially for virtual delivery, 40 minute codealongs (where students just run cells with provided code) can drag on. Students uninterested in participating in the code challenges will still have solution notebooks to follow along with.
The text was updated successfully, but these errors were encountered: