Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework claim form and script to interpret it #29

Closed
drphilmarshall opened this issue Sep 8, 2015 · 1 comment
Closed

Homework claim form and script to interpret it #29

drphilmarshall opened this issue Sep 8, 2015 · 1 comment
Assignees

Comments

@drphilmarshall
Copy link

Scripting the random selection of students to present homework in class means the easy generation of a machine-readable file: google spreadsheets works well for this, and we can scrape out the "submissions" via the csv output. The link to the form

To do:

  • Make a test form and try it out
  • Implement a simple command-line script to scrape the csv, and draw random presenters for each question.
@drphilmarshall
Copy link
Author

wget -O datasets.csv "${URL}/export?format=csv"

should work, where $URL contains the http address of the form results spreadsheet (which must be readable by anyone with the link).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants