usf-cs272-fall2022/Check Deadline
Checks an assignment deadline and determines a late penalty if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| assignment_name | Assignment name | yes | — |
| starting_points | Earned points before late penalties | yes | 100 |
| submitted_date | Date submitted (ISO format) | no | — |
| extension_hours | Amount of extension granted (in hours) | no | 0 |
Outputs
| name | description |
|---|---|
| assignment_name | Name of assignment |
| submitted_iso | Submitted (in ISO format) |
| submitted_text | Submitted (in readable text) |
| deadline_iso | Deadline (in ISO format) |
| deadline_text | Deadline (in readable text) |
| late_interval | Late interval (in hours, 0 if not late) |
| late_multiplier | Late penalty multiplier |
| late_percent | Late penalty (in percent) |
| late_points | Late penalty (in points) |
| grade_starting | Earned points before late penalties |
| grade_possible | Total points possible |
| grade_points | Late grade (in points) |
| grade_percent | Late grade (in percent) |
| results_name | Name of results artifact |
| results_json | Name of results JSON file |
| workflow_run | Workflow run that generated these results |