I am trying to copy an assignment from one class to many classes. I've successfully used this code:
gam update courses file Y11-Assign-thurs.csv copyfrom (courseid) workstates draft
This copies the draft assignment from one course to the courses in the csv file.
I want to be able to identify a particular assignment to copy, using courseworkid
I've tried using this:
gam update courses file Y11-Assign-thurs.csv copyfrom (courseid) courseworkid ...
But this does not work.
Could any one help me with this one please?