-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Reassessing exercise difficulty levels #672
Comments
@ErikSchierboom Many exercises have difficulty levels that are significantly off. I'll review the config and update them to something more appropriate. |
Great! Thanks. |
The https://exercism.org/tracks/clojure/build page can help here too, as you can find percentages for completions. |
Thanks, I'll check that page as well. However, I'm concerned that an incorrect difficulty level might affect how many people attempt the exercise, ultimately skewing the completion rates. |
It will be skewed, definitely, but it might give us some help. |
Went over the config and did a first-pass adjustment using my judgement, my solutions, community solutions, and example solution. I'll do a second pass using the stats page. Then i'll re-arrange the config and do some micro-adjustments. |
Thanks for doing that |
After reviewing solutions multiple times, consulting the completion rates, and fine-tuning the difficulties, I've finalized results that I believe will offer a smoother user experience. These reflect the proposed difficulties only. The ordering of exercises with the same difficulty is still random and will be adjusted as a final step. If you have questions about a specific difficulty, ask, and I'll explain how I determined it. Note that exercises without completion rates are those recently added.
Summary
Summary
Edit: Removed the plots, will try to recreate them |
Love this! |
It's about time to reassess the difficulty of the exercises. Some of them are way off; for example, the
change
exercise is labeled as easy when, in fact, it's closer to hard compared to the rest of the exercises. This might not seem like a big problem until we realize that incorrect difficulty ratings can easily dissuade people who choose exercises based on difficulty and cause them to abandon the track.The purpose of this adjustment isn't to determine the absolute difficulty of the exercises, as that's impossible, but to judge their relative difficulty. More precisely, the classification into easy, medium, and hard is intended to suggest which exercises should be attempted before others. A good classification should assist those who select exercises based on difficulty.
Here's how I would approach it:
Any other ideas on how we should be approaching this?
The text was updated successfully, but these errors were encountered: