관리-도구
편집 파일: 81ea0c531ee3dcaf282165e28b157fcd.php
<?php $answers = []; $questionScore = $question['question_score'] ?? null; ?> <?php $__currentLoopData = $question['question_answers']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $questionAnswer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $answers[] = $questionAnswer['answer']['name']; ?> <label for="q-2-<?php echo e($questionAnswer['id']); ?>" class="flex items-start gap-3 dk-border-one rounded-lg p-3.5 cursor-pointer select-none"> <input type="text" name="answers[<?php echo e($question['id']); ?>][<?php echo e($questionAnswer['id']); ?>][]" class="form-input focus-visible:outline-primary fill-in-blank" value="<?php echo e($questionAnswer['take_answer']['value'] ?? ''); ?>" <?php echo e($disabled); ?>> </label> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php if($disabled == 'disabled'): ?> <?php if (isset($component)) { $__componentOriginal9fd0096a054e0cf15e716ae187d62117 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9fd0096a054e0cf15e716ae187d62117 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'f484570d7cf557020e11ace406901b10::exam.quiz.result-show','data' => ['questionScore' => $questionScore,'answers' => $answers]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('theme::exam.quiz.result-show'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['questionScore' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($questionScore),'answers' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($answers)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9fd0096a054e0cf15e716ae187d62117)): ?> <?php $attributes = $__attributesOriginal9fd0096a054e0cf15e716ae187d62117; ?> <?php unset($__attributesOriginal9fd0096a054e0cf15e716ae187d62117); ?> <?php endif; ?> <?php if (isset($__componentOriginal9fd0096a054e0cf15e716ae187d62117)): ?> <?php $component = $__componentOriginal9fd0096a054e0cf15e716ae187d62117; ?> <?php unset($__componentOriginal9fd0096a054e0cf15e716ae187d62117); ?> <?php endif; ?> <?php reset($answers); ?> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\exam\quiz\fill-in-blank.blade.php ENDPATH**/ ?>