Explorar o código

fix(pdf): align question-check detail page with answer detail template

Reuse the shared answer-detail partial in /api/questions/pdf so detail rendering stays consistent with normal exam detail output.

Made-with: Cursor
yemeishu hai 1 mes
pai
achega
1841858104
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/pdf/question-check.blade.php

+ 1 - 1
resources/views/pdf/question-check.blade.php

@@ -56,7 +56,7 @@
     </div>
 
     <div class="page">
-        @include('pdf.partials.question-check-page', ['questions' => $questions])
+        @include('pdf.partials.answer-detail-page', ['questions' => $questions])
     </div>
 
     @include('pdf.partials.question-check-scan-sheet', [