Skip to content

Instantly share code, notes, and snippets.

@PieroPaialungaAI
Created November 30, 2025 03:19
Show Gist options
  • Select an option

  • Save PieroPaialungaAI/541fbc75bf702cd7da5bad30fc8c5140 to your computer and use it in GitHub Desktop.

Select an option

Save PieroPaialungaAI/541fbc75bf702cd7da5bad30fc8c5140 to your computer and use it in GitHub Desktop.
{
"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