-
Notifications
You must be signed in to change notification settings - Fork 67
How to lay out a lesson #15
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
Comments
Also rather than embedding the IPLD explorer this simplifies things be just offering the options to open it in a new tab. |
WIP on #15 License: MIT Signed-off-by: Oli Evans <[email protected]>
Love it. How do we define content that sits in the glossary vs exercise vs lesson? |
Probably just 3 separate .md files.
|
Ok, I've added It still needs to be styled. I'm using the properties in |
@olizilla @mikeal Should this issue still be open or do you feel that it's been resolved? The only thing I notice at first glance as a difference between Oli's screenshots here and the live site is that hexagonal "You Did It" badge in yellow appearing at the top right of the exercise box. Do we want that, or some version of that in a simpler form (for example, a trophy emoji built into the success message that appears in the green bar, or just want to make sure our success messages give people warm fuzzy feelings? |
Oh, just realized that the 'reset' button has also not been implemented (see related issue #13). Is there a branch where that code already exists but hasn't been merged to master? Or has the task not been tackled yet? |
I think it just hasn't been tackled yet. |
Okay, so creating a reset button is still on the to do list. Do we feel strongly about adding that "You did it" hexagon @olizilla proposed? Anything else from this issue that still needs building? Action items:
|
Rather than having a "reset" button, can we note that we've loaded code from a saved state and the present a reset link/button in the text? It's not super clear in the current mocks when we're in a saved state or not. |
If we're talking about having an actual saved state that we're choosing to abandon, rather than just deleting the never-saved changes we've made in the text box, let's move the convo over to issue #13, where I've asked for some related suggestions on how to approach this. I'll copy your question over there @mikeal. |
Here's what I'm working towards for the layout for a proto.school lesson... I'd like to split the text into "the lesson" where we teach some concept, and the "exercise" where we pose a coding challenge. Ideally we'd also add in a glossary of terms that we're introducing as well (a stretch goal ;-)
The text was updated successfully, but these errors were encountered: