# Autograder design thoughts (group 5)
###### tags: `ccss-summer-dev-projects`
## When a student uses the platform, what should it look like?
### To consider
- As a student, I want to see what courses I'm a part of
- Displaying (unformatted text email to user)
- runtime
- points per question
- Submission view
- table
- Test case view
- numbers...
- Having more support around folder error logging
- Updating code once uploaded for quick fixes
- Submitting: do we need a zip file?
- extra files could be already uploaded by prof
- if there is single file, do we need a zip folder?
- Buffer time are not good
- couldnt submit every 5 mintute so students couldnt test on server
- If you get a question right, you dont need to re tests for questions you already have 100 on
- Fun visual way of showing "stats"
- Test results come back as they are run instead of indiv
## What a prof uses the platform, what should it look like?
### To consider
- What does creating a new assignment look like?
- Prof should be able to set buffer time if needed?
- encourage testing on your?
- Requires in ui
- Maybe students can read requirements too
## When a student submits an assignment, what considerations should there be?
### To consider