Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarrodmillman/example-class
Example class for use with gradebook
https://github.com/jarrodmillman/example-class
Last synced: 9 days ago
JSON representation
Example class for use with gradebook
- Host: GitHub
- URL: https://github.com/jarrodmillman/example-class
- Owner: jarrodmillman
- License: bsd-2-clause
- Created: 2014-08-05T21:51:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T20:35:43.000Z (over 8 years ago)
- Last Synced: 2024-11-01T14:12:04.568Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
example-class
=============Example class repo for use with
[gradebook](https://github.com/jarrodmillman/gradebook).1. Read `data/README.md` and create `data/grades.json`
1. Clone instructor repos with `gb-clone instructor`
1. Clone student repos with `gb-clone student`
1. Clone project repos with `gb-clone project`Here is what the repo might look like once you have one
student and have assigned one homework.```
.
├── data
│ ├── github
│ │ └── repos.json
│ ├── grades.json
│ ├── README.md
│ └── repos.py
├── log
│ └── 2014-09-04-assigned-hw1.log
├── README.md
└── repos
├── instructor
│ └── assignments
│ ├── hw1
│ │ ├── ex1-data.csv
│ │ ├── ex1.r
│ │ └── ex1-sol.r
│ └── hw2.py
└── students
└── student1
└── hw1
├── ex1.r
└── ex1-data.csv
```