If you want an overview of all of your Google Classroom Assignments across your domain, you can do this for free using GAMADV-XTD. There are paid for options to do this - but its pretty easy using GAM - in fact, a lot easier than I thought it would be!
Prerequisites
To pull Classroom data into the sheet run the following command:
gam print course-work course "comma-separated list of classes" creatoremail todrive tdfileid "idofsheet" tdsheet "Raw Data"
"comma-separated list of classes" = 1590000591,15942000091,15942120091 .... etc
"idofsheet" = the long string of characters in the url of the spreadsheet to dump the data into.
"Raw Data" = the name of the sheet in the spreadsheet
The creatoremail bit returns the email address of the teacher who made the assignment - you won't get this unless you include this option.
This takes about 10 minutes to run for around 500 classes. I run this command in a batch file as a scheduled task so the sheet gets updated every day.
Once you have the data in the sheet - I use an importrange function the pull the bits I want into another sheet which has various tabs for data anaylsis. Once you have the data in the sheet you can analyse it however you want.
There are lots of options for gam print course-work - so check out the link at the top.
Prerequisites
- GAMADV-XTD setup on machine somewhere (I have a Virtual Machine just for GAM).
- Optional - a list of all the classes you want to grab data for. You can do all your classes or just the active ones - but you may want to be selective. The command gam print courses todrive will export a list of all your domains classes to a Google Sheet.
- A target Google Sheet to receive the data.
To pull Classroom data into the sheet run the following command:
gam print course-work course "comma-separated list of classes" creatoremail todrive tdfileid "idofsheet" tdsheet "Raw Data"
"comma-separated list of classes" = 1590000591,15942000091,15942120091 .... etc
"idofsheet" = the long string of characters in the url of the spreadsheet to dump the data into.
"Raw Data" = the name of the sheet in the spreadsheet
The creatoremail bit returns the email address of the teacher who made the assignment - you won't get this unless you include this option.
This takes about 10 minutes to run for around 500 classes. I run this command in a batch file as a scheduled task so the sheet gets updated every day.
Once you have the data in the sheet - I use an importrange function the pull the bits I want into another sheet which has various tabs for data anaylsis. Once you have the data in the sheet you can analyse it however you want.
There are lots of options for gam print course-work - so check out the link at the top.
Comments
Post a Comment