update skill names
This commit is contained in:
parent
61ed0c30b4
commit
1cd5e10fe2
@ -30,22 +30,22 @@ export const translateEnumSkill = (value: Skill) => {
|
||||
return "Environmental Sounds";
|
||||
}
|
||||
case "BACKGROUND": {
|
||||
return "not done";
|
||||
return "Background";
|
||||
}
|
||||
case "DISCOURSE": {
|
||||
return "Discourse Level";
|
||||
return "Discourse/Complex";
|
||||
}
|
||||
case "MUSIC": {
|
||||
return "Music Appreciation"
|
||||
}
|
||||
case "PHONEMES": {
|
||||
return "Word Recognition (phonemes)";
|
||||
return "Phonemes";
|
||||
}
|
||||
case "SENTENCES": {
|
||||
return "Sentences"
|
||||
}
|
||||
case "WORDS": {
|
||||
return "Words (stressed syllables)"
|
||||
return "Words"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user