Skip to main content

Questions tagged [google-classroom]

Classroom helps teachers create & organize assignments quickly, provide feedback efficiently & communicate with their classes. DO NOT post questions about the usage or the features of this product if they aren't directly related to programming.

google-classroom
0 votes
0 answers
29 views

Google Classroom API: courses.courseWork.list returning empty object

I am currently signed in as a student authenticated with the API scopes "https://www.googleapis.com/auth/classroom.announcements.readonly", ".../auth/classroom.courses.readonly", &...
JimIsWayTooEpic's user avatar
1 vote
0 answers
34 views

How do I find the Classroom that a Sheet was opened in, using bound code in the Sheet?

Within a Classroom, an assignment has been created that contains a Sheet, which each student has a copy. I am trying to find a way, within the GAS bound to the sheet, to determine which Classroom ...
David Lee's user avatar
0 votes
0 answers
16 views

I cannot find work in a folder when assigning it in classroom

I have a folder in drive with all the work in it. I had spent several hours organizing it. When I go to assign something on Google Classroom, and try to attach work through the drive folder, the ...
Lori Chamberlin's user avatar
0 votes
0 answers
20 views

Evaluate Google Classroom Assignments Created Outside of Developer Console Project

I'm developing a web application in node express where users can manage their Google Classroom classes through OAuth 2 authentication. Everything has been going well until I encountered the issue that ...
ejooroo's user avatar
  • 39
0 votes
0 answers
21 views

is there a google classroom api answer to multiple choice submission function?

I want to submit google classroom answer to multiple choice question submission. but I could not get any function to do that. however I can do assignment submission using modifyAttachments function. I ...
user24304127's user avatar
0 votes
0 answers
67 views

Posting files to Google Classroom using Apps Script

I have been using the code below to post individual students' documents to a Google Classroom. function postDoc(){ const myCourseID = 24551294265; const myData = mySheet.getDataRange().getValues()...
BTT's user avatar
  • 13
0 votes
1 answer
92 views

Using App Script how can I invite students to a classroom

I can add students directly into a classroom with this simple script which works. However, I would like to invite students rather than add them. It seems that the method is invitations.create and I ...
Tony Johnson's user avatar
0 votes
0 answers
37 views

Classroom/api: Grade and return api created assignment to only selected list of students

just want to ask you if you know the possibility to grade only a list of students for an assignment where there's lots more. Imagine i have 100 students in a api created assignment and i want to grade ...
Albertilius Fornilius's user avatar
0 votes
1 answer
72 views

Cannot find Classroom Addon function

App Configuration Navigate to the GWM SDK's App Configuration page. Provide the following information: Set App Visibility to Private. This setting is appropriate for testing and development purposes, ...
Sunny Sze's user avatar
0 votes
1 answer
342 views

Checking student submission marked as "Excused" in Google Classroom

There is a new feature in Google Classroom that allows the teacher to mark a student submission to an assignment as excused. This renders the submission "Graded" but allows the grade to ...
Adam Pieroni's user avatar
1 vote
1 answer
81 views

I am using the google classroom api method checkAddOnCreationEligibility but gave me 404 with Method not found

I am trying to get if the course has the addon creation elegibility by using the google classroom API. Docs -> https://developers.google.com/classroom/reference/rest/v1/courses/...
Astor Ayestas's user avatar
0 votes
0 answers
44 views

Is there a way to write embed code to get my Google Classroom Stream into a widget on ClassroomScreen.com?

Is there a way to write embed code to get my Google Classroom Stream into a widget on ClassroomScreen.com? That's pretty much the question. ClassroomScreen.com has an embed widget, but I haven't a ...
Paul Caspers's user avatar
0 votes
1 answer
87 views

Why am I receiving a 403 Error when using Google Classroom API's StudentSubmissions.turnIn()?

I give students google forms with their homework and when they submit the form, I'd like it to update the homework on Classroom to "turned in." But, I'm running into this error. I have all ...
Edward Lee's user avatar
0 votes
0 answers
71 views

Assignments graded and returned in Classroom can show the state as TURNED_IN or CREATED instead of RETURNED with Google Classroom API

So i Have a Google Sheet that pulls the grades from my Google Classroom. For some reason one of the assignments has not been pulling the correct information. Instead of getting a state of RETURNED I ...
Andrew Valenzuela's user avatar
0 votes
3 answers
96 views

problem to insert data in to google sheets in correct order using apps script

My program will go through a course an extract students name, students' email, assignments name and submissions state and insert it to google sheets. The code: function courseData() { const ...
errixed's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
42