Browse Source

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 4 tuần trước cách đây
mục cha
commit
1841858104
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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', [