Created
November 30, 2025 03:19
-
-
Save PieroPaialungaAI/541fbc75bf702cd7da5bad30fc8c5140 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "student_name": "Alex Johnson", | |
| "student_id": "DS2024-999", | |
| "exam_date": "2024-11-30", | |
| "submission_timestamp": "2024-11-30T14:30:00", | |
| "answers": [ | |
| { | |
| "question_number": 1, | |
| "student_answer": "Filtered ecommerce_sales.csv for category='Electronics' and dates in Q4 2024 (Oct-Dec). Calculated revenue as quantity × unit_price for each order, then summed. Found 17 orders totaling $9,149.76. $9,149.76", | |
| "work_shown": "Filtered ecommerce_sales.csv for category='Electronics' and dates in Q4 2024 (Oct-Dec). Calculated revenue as quantity × unit_price for each order, then summed. Found 17 orders totaling $9,149.76." | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment