Skip to content

Commit

Permalink
Adaptive learning: Fix an issue with translation not found in editing…
Browse files Browse the repository at this point in the history
… competency relations (#10201)
  • Loading branch information
ardakaraman0 authored Jan 26, 2025
1 parent 6b1b58d commit 6d1fae1
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 6d1fae1

Please sign in to comment.