-
Notifications
You must be signed in to change notification settings - Fork 301
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
: Add weight to links between competencies and learning objects
#9517
Adaptive learning
: Add weight to links between competencies and learning objects
#9517
Conversation
…etency-link-weight
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.
Merge Conflict reapprove
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
…-weight # Conflicts: # src/main/webapp/app/exercises/programming/manage/update/update-components/programming-exercise-problem.component.html
e1bb388
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.
Reapprove after merge conflict
Checklist
General
Server
Client
Motivation and Context
#9446
Description
Add a column to the connection between exercises/lecture units (learning objects) and competencies that represents a weight or importance of this learning object for the content of the competency. To reflect this in Java the many-to-many relation is now two many to one relations with a new CompetencyExercise/LectureUnitLink between the learning object and the competency.
The weight is currently always set to 1, it will be adjustable in a follow up.
The table in the competency form is removed for now and will be redone by @ardakaraman0
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Performance Tests
Test Coverage
Server