|
|
|
@ -91,8 +91,11 @@ class MorphActivityGenerator {
|
|
|
|
langCode: req.userL2,
|
|
|
|
langCode: req.userL2,
|
|
|
|
activityType: ActivityTypeEnum.morphId,
|
|
|
|
activityType: ActivityTypeEnum.morphId,
|
|
|
|
content: ActivityContent(
|
|
|
|
content: ActivityContent(
|
|
|
|
question:
|
|
|
|
question: getMorphologicalCategoryCopy(
|
|
|
|
"${getMorphologicalCategoryCopy(morphFeature, MatrixState.pangeaController.matrixState.context) ?? ""}?",
|
|
|
|
morphFeature,
|
|
|
|
|
|
|
|
MatrixState.pangeaController.matrixState.context,
|
|
|
|
|
|
|
|
) ??
|
|
|
|
|
|
|
|
morphFeature,
|
|
|
|
choices: distractors + [morphTag],
|
|
|
|
choices: distractors + [morphTag],
|
|
|
|
answers: [morphTag],
|
|
|
|
answers: [morphTag],
|
|
|
|
spanDisplayDetails: null,
|
|
|
|
spanDisplayDetails: null,
|
|
|
|
|