-
Notifications
You must be signed in to change notification settings - Fork 294
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
: Improve mastery calculation
#8791
Merged
krusche
merged 37 commits into
develop
from
feature/adaptive-learning/better-mastery-calculation
Jun 22, 2024
Merged
Adaptive learning
: Improve mastery calculation
#8791
krusche
merged 37 commits into
develop
from
feature/adaptive-learning/better-mastery-calculation
Jun 22, 2024
Conversation
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
JohannesStoehr
added
the
server
Pull requests that update Java code. (Added Automatically!)
label
Jun 13, 2024
github-actions
bot
added
the
database
Pull requests that update the database. (Added Automatically!). Require a CRITICAL deployment.
label
Jun 14, 2024
github-actions
bot
added
the
client
Pull requests that update TypeScript code. (Added Automatically!)
label
Jun 17, 2024
JohannesStoehr
requested review from
JohannesWt,
pzdr7,
florian-glombik,
az108 and
Jan-Thurner
June 17, 2024 19:54
JohannesStoehr
requested review from
JohannesWt,
pzdr7,
MaximilianAnzinger,
BBesrour,
florian-glombik,
marlon-luca-bu,
EneaGore,
coolchock,
az108 and
Jan-Thurner
June 22, 2024 13:12
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
src/main/java/de/tum/in/www1/artemis/repository/metrics/ExerciseMetricsRepository.java
Show resolved
Hide resolved
This was referenced Jun 23, 2024
This was referenced Sep 26, 2024
This was referenced Oct 6, 2024
This was referenced Oct 14, 2024
17 tasks
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
component:AdaptiveLearning
database
Pull requests that update the database. (Added Automatically!). Require a CRITICAL deployment.
maintainer-approved
The feature maintainer has approved the PR
ready to merge
server
Pull requests that update Java code. (Added Automatically!)
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 🚨 This PR contains a database migration 🚨 🚨
Checklist
General
Server
Client
Motivation and Context
#8756
Tl;dr: Improve the calculation of the mastery for competencies.
Description
The progress now depends on the actual score of the exercises linked to that competency.
The confidence is no longer shown to students but is still use to calculate the mastery. It is now a factor that multiplied with the progress gives the mastery.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Client
Server
Screenshots
New student course dashboard:
Overview over all competencies with explanation for progress and mastery:
Overview over one competency with explanation for diverging progress and confidence:
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Tests
LearningObjectService
methods to validate user completion status.