fix: don't add question mark to end of morph activity question (#1464)
This commit is contained in:
parent
8852a2e41f
commit
fe34444797
1 changed files with 5 additions and 2 deletions
|
|
@ -91,8 +91,11 @@ class MorphActivityGenerator {
|
|||
langCode: req.userL2,
|
||||
activityType: ActivityTypeEnum.morphId,
|
||||
content: ActivityContent(
|
||||
question:
|
||||
"${getMorphologicalCategoryCopy(morphFeature, MatrixState.pangeaController.matrixState.context) ?? ""}?",
|
||||
question: getMorphologicalCategoryCopy(
|
||||
morphFeature,
|
||||
MatrixState.pangeaController.matrixState.context,
|
||||
) ??
|
||||
morphFeature,
|
||||
choices: distractors + [morphTag],
|
||||
answers: [morphTag],
|
||||
spanDisplayDetails: null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue