diff options
| author | Finn Schneider <schneider@data-quest.de> | 2026-03-23 14:05:30 +0100 |
|---|---|---|
| committer | Finn Schneider <schneider@data-quest.de> | 2026-03-23 14:05:30 +0100 |
| commit | e027b70670a1073ca7f838dcb58f188a0db52a73 (patch) | |
| tree | 09f850d97f35c411d26b12fe7796389eeb274dce /app/views/course/evaluation/index.php | |
| parent | 9e6cb0dcf75010bbd96efbfb5004c72b76b8a7d6 (diff) | |
archive instituteissue-6201
Diffstat (limited to 'app/views/course/evaluation/index.php')
| -rw-r--r-- | app/views/course/evaluation/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/evaluation/index.php b/app/views/course/evaluation/index.php index 9c69062..9e3efc9 100644 --- a/app/views/course/evaluation/index.php +++ b/app/views/course/evaluation/index.php @@ -18,7 +18,7 @@ <h2><?= _('Vielen Dank für Ihre Teilnahme!') ?></h2> <?php endif ?> - <?php if ($evaluation->resultsVisible() || ($evaluation->isAnswerable() && $evaluation->isAnswered() )) : ?> + <?php if ($evaluation->resultsVisible() || ($evaluation->isAnswerable() && $evaluation->isAnswered())) : ?> <?= $this->render_partial('questionnaire/evaluate.php', ['questionnaire' => $evaluation, 'range_type' => 'course', 'range_id' => Context::getId()]) ?> <?php elseif ($evaluation->isAnswerable()) : ?> |
