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