-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add prerequisites to practice exercises #6
Comments
ErikSchierboom
changed the title
Add prerequisites to practice exercises in config.json
Add prerequisites to practice exercises
Jan 20, 2021
ghost
mentioned this issue
Jan 27, 2021
This was referenced Jan 29, 2021
This was referenced Feb 10, 2021
loziniak
added a commit
to loziniak/red-1
that referenced
this issue
Mar 23, 2021
ErikSchierboom
added
x:action/improve
Improve existing functionality/content
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/large
Large amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:knowledge/none
No existing Exercism knowledge required
x:size/small
Small amount of work
x:size/tiny
Tiny amount of work
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
and removed
x:action/improve
Improve existing functionality/content
x:size/massive
Massive amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
x:knowledge/none
No existing Exercism knowledge required
x:size/large
Large amount of work
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/practice-exercise
Work on Practice Exercises
x:size/small
Small amount of work
x:size/tiny
Tiny amount of work
x:type/content
Work on content (e.g. exercises, concepts)
x:module/test-runner
Work on Test Runners
x:action/create
Work on something from scratch
x:knowledge/advanced
Comprehensive Exercism knowledge required
labels
Aug 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exercism v3 introduces a new type of exercise: Concept Exercises. All existing (V2) exercises will become Practice Exercises.
Concept Exercises and Practice Exercises are linked to each other via Concepts. Concepts are taught by Concept Exercises and practiced in Practice Exercises. Each Exercise (Concept or Practice) has prerequisites, which must be met to unlock an Exercise - once all the prerequisite Concepts have been "taught" by a Concept Exercise, the exercise itself becomes unlocked.
For example, in some languages completing the Concept Exercises that teach the "String Interpolation" and "Optional Parameters" concepts might then unlock the
two-fer
Practice Exercise.Each Practice Exercise should have one or more prerequisites, where each prerequisite describes the minimal set of concepts the Practice Exercise requires the student to be familiar with.
Although ideally all Concepts should be taught by Concept Exercises, we recognise that it will take time for tracks to achieve that. Any Practice Exercises that have prerequisites which are not taught by Concept Exercises, will become unlocked once the final Concept Exercise has been completed.
The text was updated successfully, but these errors were encountered: