Translations:ExpressionScript - Presentation/39/vi
From LimeSurvey Manual
{if(is_empty(PFTotals),
'',
if(PFTotals >= -5 && PFTotals <= -4,
'Rất mềm',
if(PFTotals >= -3 && PFTotals <= -2,
'Soft',
if(PFTotals == -1,
'Hơi mềm',
if(PFTotals == 0,
'Trung bình',! N! if(PFTotals == 1,
'Hơi khó',
if(PFTotals >= 2 && PFTotals <= 3,
'Hard',
if(PFTotals >= 4 && PFTotals <= 5,
'Rất khó',
''
)
)
)
)
)
)
)
)}