https://github.com/fullstackacademy/quick-student-pairer
A small script that reads a list of students and and writes a new random pairing list for the students. For when the learning platform's pairing algorithm is broke ;)
https://github.com/fullstackacademy/quick-student-pairer
instructor-tools
Last synced: 7 months ago
JSON representation
A small script that reads a list of students and and writes a new random pairing list for the students. For when the learning platform's pairing algorithm is broke ;)
- Host: GitHub
- URL: https://github.com/fullstackacademy/quick-student-pairer
- Owner: FullstackAcademy
- Created: 2016-09-29T18:43:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T22:53:45.000Z (over 9 years ago)
- Last Synced: 2024-12-27T14:09:40.754Z (over 1 year ago)
- Topics: instructor-tools
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :two_men_holding_hands: quick-student-pairer :two_women_holding_hands:
A small script that reads a list of students and and writes a new random pairing list.
## :confounded: For when our learning platform's pairing algorithm is broke :grimacing:
## Instructions
1) Enter student names into students.txt, seperated by new lines
2) run npm start, you may include a different directory file if students are listed elsewhere
3) Pairs will be outputted to pairs.txt