-
Notifications
You must be signed in to change notification settings - Fork 303
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
Adaptive learning
: Update documentation to match new mastery calculation
#8853
Adaptive learning
: Update documentation to match new mastery calculation
#8853
Conversation
…te-documentation-for-new-mastery-calculation
WalkthroughThe update to the adaptive learning documentation introduces enhanced tracking of student competencies by differentiating between progress and mastery metrics. These newly refined metrics incorporate various heuristics, such as score comparisons, exercise difficulty levels, and speed of completion for programming tasks, to provide a more accurate measurement of student skill levels. The changes aim to offer clearer, more meaningful insights into student progress and mastery, ultimately improving their learning outcomes. Changes
Sequence Diagram(s)sequenceDiagram
participant Instructor
participant System
participant Student
Instructor ->> System: Define competency metrics and thresholds
Student ->> System: Complete lecture unit/exercise
System ->> Student: Calculate and update progress
System ->> Student: Calculate and update mastery
Student -> System: Check progress and mastery
System -> Student: Display bipartite rings and tooltips
Student -> Instructor: Seek clarification if needed
Possibly related issues
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Co-authored-by: Patrik Zander <38403547+pzdr7@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small optional suggestion, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new docs lgtm. I left an optional comment. Please fix the List layout mentioned by @bensofficial, though.
dd6b1d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maintainer approved
Checklist
General
Motivation and Context
#8791 improved and changed the mastery calculation. This should be reflected in the documentation as well.
Description
Changed the description and screenshots of progress/mastery/mastery threshold in these two pages of the documentation:
Steps for Testing
Review Progress
Review
Summary by CodeRabbit