-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.json: Add difficulties (#252)
As noted in #195, difficulty rating is hard. This commit proposes a difficulty rating scale that should be completely unambiguous, requiring no judgment: In the last version of problems.md before it was rewritten in #242: * Everything in "Introduction" stays at 1. * Everything in "Getting Rusty" gets a 4. * Everything in "Rust Gets Strange" gets a 7. * Everything in "Putting it all Together" gets a 10. It is acknowledged that this is not a perfect difficulty scheme. See, for example, how many exercises are at 4. However, it is more accurate than leaving them all at 1 because it is generally true that those exercises in "Getting Rusty" are more difficult than those in "Introduction". It is a starting point from which further adjustments can be made. I posit that there is little motivation to adjust further until the difficulty ratings actually show up on the website, since until then they are just arbitrary numbers with no meaning. Closes #179.
- Loading branch information
1 parent
65de2c9
commit d3c0afe
Showing
1 changed file
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters