Checking Course Standing#
Badges#
Check a single badge#
Get a report#
First, get your PR info:
gh pr list --state all --json title,latestReviews >> badges.json
If you have more than 30 total PRs use the -limit
option with a number >= your total number of PRs.
Then use the package to verify and make a list of all:
KWL repo contents#
Warning
this may not be applicable in sp23
kwlfilecheck#
scrape the list, filter and echo back
… program:: kwlfilecheck … code-block:: shell
kwlfilecheck [OPTIONS]
… rubric:: Options
… option:: –practice
flag for more practice related files or not
… option:: –zone
kwlfilecount#
get the file list, count per type by date, produce a status report
Parameters#
zone : string {graded} graded or gradefree zone practice : boolean {False} include more practice tasks or not
… program:: kwlfilecount … code-block:: shell
kwlfilecount [OPTIONS]
… rubric:: Options
… option:: –practice
flag formore practice related files or not
… option:: –zone