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
From The Carpentries' Curriculum Development Handbook:
5.2.2 Key points
While learning objectives communicate to learners the skills they should develop by working through each episode, key points summarize the main pieces of knowledge that learners should remember after completing the episode. These should also be limited to ~5-7 items. For the episode we’ve been considering in the Data Carpentry lesson Introduction to the Command Line for Genomics, the key points are:
“The shell gives you the ability to work more efficiently by using keyboard commands rather than a GUI.”
“Useful commands for navigating your file system include: ls, pwd, and cd.”
“Most commands take options (flags) which begin with a -.”
“Tab completion can reduce errors from mistyping and make work more efficient in the shell.”
The Carpentries lesson template automatically creates a reference page that includes all of the key points for each episode in the lesson. Key points should be specific enough that learners are able to use this reference page as review.
Check that the key ides are complete and correct for the first lesson with reference to lesson-outline.md.
Use to cdh as a guideline on how to write key points.
The text was updated successfully, but these errors were encountered: