How can i share unique URl of any resources ( assignment or etc. ) to every student of google classroom using classroom api in angular 2?
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.