signalwire-academy/Exam Grader
Grade written exams submitted via GitHub Issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| answer-key-json | Answer key as JSON string (pass from secret) | yes | — |
| passing-score | Minimum percentage to pass | no | 70 |
| show-answers-on-pass | Show correct answers when student passes | no | true |
| close-on-pass | Close issue when student passes with 100% | no | true |
| next-assignment | GitHub Classroom link to the next level first lab (shown on 100% completion) | no | "" |
Outputs
| name | description |
|---|---|
| score | Number of correct answers |
| total | Total number of questions |
| percentage | Percentage score |
| passed | Whether the submission passed |