Skip to content
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: Fix an issue with translation not found in editing competency relations #10201

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/webapp/i18n/en/competency.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@
"selfRelation": "You can not create a relation between a competency and itself.",
"relationAlreadyExists": "This relation already exists.",
"type": {
"REQUIRES": "Requires",
"ASSUMES": "Requires",
"EXTENDS": "Extends",
"MATCHES": "Matches"
},
"typeExplanation": {
"REQUIRES": "The head competency requires the student to master the tail competency and teaches new knowledge that builds upon the tail competency.",
"ASSUMES": "The head competency requires the student to master the tail competency and teaches new knowledge that builds upon the tail competency.",
"EXTENDS": "The head competency requires the student to master the tail competency and deepens that knowledge further.",
"MATCHES": "The head and tail competency match and cover the same knowledge."
}
Expand Down Expand Up @@ -254,7 +254,7 @@
"relations": {
"modalTitle": "Course competency relations",
"relationTypes": {
"REQUIRES": "Requires",
"ASSUMES": "Requires",
"EXTENDS": "Extends",
"MATCHES": "Matches"
},
Expand Down
Loading