Search code examples
google-classroom

How can I Share different URL to every student of Google classroom using classroom api?


How can i share unique URl of any resources ( assignment or etc. ) to every student of google classroom using classroom api in angular 2?


Solution

  • If you are using the classroom API to create the courseWork then you have to assign separate courseWork/assignments and have to use "individualStudentsOptions": { object(IndividualStudentsOptions) } field and for each student create a separate courseWork. Check Out the link. I hope it helps.