Separate written commands from corresponding instruction steps and allow users to hide them so they can practice organically writing syntax. #26492
alexlefauve
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A minor issue, but sometimes I want to practice writing commands myself in cases where the command was covered in a previous lesson and is being used again. In many of these cases, the command is already written out in the instructions and is hard not to look at it while reading. This makes it harder to solidify the association between needing to do a certain thing and the command related to it through recall.
I attached an example where it would be nice to be able to hide the
touch hello_world.txt
command behind a togglable dropdown. This lesson was focused on git commands and thetouch
command had already been covered in a previous module. It was just needed to create a fake file to practice commits.Beta Was this translation helpful? Give feedback.
All reactions