Midterm 2 Fall 2025 Release Notes
Version History
- 1.0.2 - 2 Nov, 2025 - Improve ex6 tester
 - 1.0.1 - 1 Nov, 2025 - Fix typo in ex7: Example weight in instructions has been corrected to .81 instead of .82
 - 1.0.0 - 31 Oct, 2025 - Initial Release.
 
Scoring cap, time limit, etc
Midterm 2 is finally here... (available 31 October, 2025 12:00 UTC). There are 11 exercises worth a total of 21 points with a 13 point cap, so you have to get 13 for 100%. The time limit is 4 hours. The points, time, and threshold were determined by a data-driven process based on internal testing.
Exam Overview
Midterm 2 is available starting 31 October, 2025 12:00 UTC. The exam closes 5 November, 2025 12:00 UTC
- 11 exercises, 21 total points, 13 point cap (you need 13/13 for 100%)
 - 4 hour time limit
 - Exercises are independent - solve in any order, difficulty indicated by point values
 
Important Notes
- Demo cells illustrate problems but aren't complete tests - your solution must pass the actual grading script
 - Test case variables are available after running test cells to help with debugging
 - Avoid excessive printing - your code runs 20+ times, so comment out prints before submitting
 - Remember: copy/paste is disabled - Try these strategies to help mitigate that:
- Use your OS-native screenshot app to look at instructions and variable names as you scroll down. Take the screenshot, then leave the app open and refer back to it as needed.
 - Use 
ctrl+/to highlight and comment out multiple lines of code at once. Remember SQLite queries are stored as python strings, so careful when you comment things out, you're commenting out parts of a string 
 - Hotkeys are allowed:
- (GT Students) Honorlock may warn you, but it is allowed. You can close the warning and keep working. We recommend trying to limit the flags from that, as they're not a true violation, but Honorlock may make you keep accepting a consent pop-up.
 - (EdX Students) Hotkeys are allowed, Proctortrack has no issues with them.
 
 
Policies & Resources
- AI Use: See AI Use Policy
 - Troubleshooting: See Troubleshooting to find both platform and proctoring troubleshooting info
 - Bug Reports: Use the Piazza Bug Report Template - keep working after reporting
 
Common Issues
- "Passed" but no points: See the Vocareum Guide for potential causes
 - Platform issues: Time limit includes buffer for minor problems covered in troubleshooting guides