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 is a cloud-based service and offers a Rest API.

The Google Classroom API can be used with Go, the Google Apps Script, Java, .NET, Node.js, PHP, Python, Ruby, iOS, and Android platforms, libraries, and programming languages.

Using the API you are able to Manage Coursework and submissions as well as the Google Classroom platform from both the User and Teacher's end.

Ask questions with the tag .

628 questions
-2
votes
4 answers

No Invitations ID for Google Classroom using App Script

I have many google classroom invitations and I want to accept all of them through google app script using Classroom.Invitations.accept("courseId"); but then I get no data back... so I tried listing all my invitations…
-2
votes
1 answer

How to create class using Google Classroom API Keys instead of Auth Consent Screen?

I want to integrate google classroom with our web-based SIS application. The objective is to create courses, invite students & teachers for courses, and fetch grades from google classroom to my application and I don't want my application to prompt…
-2
votes
1 answer

Announce text to course through classroom api with java

I am new to Google Classroom API integration and want to announce text in one of the courses through classroom API, I completed Java Quickstart here! it works well for getting all courses data, right now how I implement the announcement() method to…
Nwekar Mahdi
  • 72
  • 1
  • 8
-2
votes
1 answer

Retrieve current grade level of a student via Google Classroom API

Is there a method to retrieve the current grade level of a student via the Google Classroom API? (e.g student is in grade 5)
Majid
  • 1
  • 1
-2
votes
1 answer

Google Classrooms Principal Account

When I login to google classrooms as a SuperAdmin, I can view all classrooms and also assign teachers. I need to delegate these responsibilities, so is there a way I can provision a "school principal" account, that can create classrooms and assist…
webber
  • 1,834
  • 5
  • 24
  • 56
-2
votes
1 answer

If I am creating an assignment on Google Classroom using a form that has been shared with me, who will see the submissions?

My team and I have divided and conquered with creating assignments on Google Classroom using Forms. If we all share out the same form, will I see just my students or will all students show up?
-2
votes
1 answer

How to use wildcard with a variable?

I need to evaluate the output to see if it starts with a specific sequence. For example if Cat1 = (A) I want to verify that the entry begins with the value of Cat1 and can contain any text after it. If so then to output that entry. I don't exactly…
-2
votes
1 answer

Google Classroom How To Post Image

How can I post an image or simple text on the Google Classroom with python (with or without API)? I've tried to see reference but didn't find anything with python.
-2
votes
2 answers

Google Classroom - How to list coursework with a given dueDate

Is there a way to list coursework for a given date range. I can pull all the coursework for a class but then would have to cycle through it to get the current assignments. I am hoping that I am just overlooking something very obvious.
-4
votes
1 answer

Could you explain the solution to front_back google python exercise

I am looking for an explanation to the solution to the front_back google python exercise. Specifically, I do not understand why the % symbol (placeholder?) is used. I also do not understand why the length of the strings are divided by 2. Especially…
-4
votes
1 answer

Google Classroom API and Javascript

I was wondering if/when google classroom API will have javascript tutorials? I have worked on the quickstart, but having trouble finding any way to create a classroom through javascript. I have limitations in the project. How do you create a course…
-6
votes
2 answers

Weird UserId Returned By Student Submission

I've been trying to get the email of the user that submitted a response to a short answer assignment. In all of my other experiences using the Google Classroom API, the "userId" parameter has been the student's email address, but when I call…
1 2 3
41
42