Moncey10 commited on
Commit
6ae6dff
·
1 Parent(s): f2613e3

trial3 base pdf jg

Browse files
Files changed (1) hide show
  1. outputs/sample_output.txt +15 -0
outputs/sample_output.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Sample output file created manually
2
+ ====================================
3
+
4
+ This file demonstrates that the outputs folder is ready to receive files.
5
+
6
+ When the homework validation API is called, annotated PDF files will be automatically created here with the naming pattern:
7
+ marked_{homework_id}_{student_id}_{timestamp}.pdf
8
+
9
+ The PDF files contain:
10
+ - Status header (Verified/Partial/Needs Review)
11
+ - Score percentage
12
+ - Tickmarks for each question (✓ = correct, ✗ = wrong, ○ = unattempted)
13
+ - MCQ summary
14
+
15
+ Generated at runtime by app.py when /homework/validate endpoint is called.