{{i18n 'evaluationForm.question'}} ({{totalQuestions}})
{{#ifEquals isStudentEval false}}
{{i18n 'evaluationForm.facultyEvaluation'}}1
{{/ifEquals}} {{#each otherFacultyUsers}}
{{i18n 'evaluationForm.facultyEvaluation'}}{{index}}
{{/each}}
{{#each questionData}} {{#ifEquals heading true}}
{{text}}
{{else}}
{{questionNumber}}
{{#ifEquals activitySpecific true}} {{#ifEquals firstProced true}}
{{procedure}}:
{{else}}
{{/ifEquals}}
{{description}}
{{else}}
{{text}}
{{/ifEquals}} {{#ifEquals ../isStudentEval false}}
{{#if studentAnswer}} {{#if studentAnswer.answer}} {{#ifEquals studentAnswer.completed true}} {{/ifEquals}} {{/if}} {{/if}}
{{/ifEquals}}
{{#if completedAnswer.answer}} {{/if}} {{#ifEquals ../isStudentEval true}} {{/ifEquals}} {{#ifEquals ../commentsPerQuestion true}} {{/ifEquals}}
{{#each otherFacultyAnswers}}
{{#if answer}} {{#ifEquals completed true}} {{/ifEquals}} {{/if}}
{{/each}}
{{#ifEquals ../isStudentEval false}} {{#if studentAnswer.comment}}
{{studentAnswer.comment}}
{{/if}} {{/ifEquals}} {{#if comment}}
{{comment}}
{{/if}} {{#each otherFacultyAnswers}} {{#if comment}}
{{comment}}
{{/if}} {{/each}}
{{/ifEquals}} {{/each}}
{{#ifEquals isStudentEval false}} {{#if studentComment}}
{{studentComment}}
{{/if}} {{/ifEquals}}
{{commentGral}}
{{#each otherFacultyComments}}
{{comment}}
{{/each}}