({{
t(
"survey_creator.question.max_score",
$rootComponent.currentLanguage
)
}}{{ mainMaxScore }})
{{
t(
"survey_creator.question.sub_questions",
$rootComponent.currentLanguage
)
}}
{{ question.header.number }}.{{ subQuestion.number }}
{{ subQuestion.text | translate(true) }}
({{
t(
`survey_creator.question.max_score`,
$rootComponent.currentLanguage
)
}}{{ choiceMaxScore }})
{{
choice.text | translate(true)
}}
{{
`(${choice.options.score || 0} ${t(
"survey_creator.question.scores",
$rootComponent.currentLanguage
)})`
}}