79314228

Date: 2024-12-28 17:15:43
Score: 1.5
Natty:
Report link

Finally it funcionned with this code:

 await gapi.client.classroom.courses.courseWork.list({courseId: idcourse }).then(function(data){
    var courseWorks = data.result.courseWork;
}

The response "data" show results into "result", that it contain a array witdh all taks in the course witdh id "idcourse".

Thanks you!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Manuel Cera Vera