Status Update
Comments
p....@wlc.ac.uk <p....@wlc.ac.uk> #2
Especially important now that we can create topics, it would be great to just add materials when starting the topic without having to create an assignment. Important for those of us creating a number of classrooms to a particular template.
le...@google.com <le...@google.com> #3
Thanks for submitting an issue! We currently don't expose Materials through the API, but I've made a note for future consideration.
ra...@ieducando.com <ra...@ieducando.com> #4
Accessing Material, (Classwork -> Create -> Material) (not covered by CourseWork or any other way as far as I know) list(), and get() through the API, would be fantastic to make analytics.
a) Is there any way of doing it with the current API please ?
b) Is there a planned time to release this API feature ?
Thanks so much
a) Is there any way of doing it with the current API please ?
b) Is there a planned time to release this API feature ?
Thanks so much
le...@google.com <le...@google.com> #5
Unfortunately, there isn't a way to post Material Stream Items. Right now, posting links/attachments/other learning materials is only possible by posting as an assignment or announcement.
bv...@gmail.com <bv...@gmail.com> #6
I second this need
lu...@admin.ubm.ac.id <lu...@admin.ubm.ac.id> #7
It would be great if the Classroom API support this.
at...@different.co.za <at...@different.co.za> #8
This seems like a big limitation in the API. Any news on when it would be possible to Read & Create Coursework - Material objects?
[Deleted User] <[Deleted User]> #9
<purged>
le...@google.com <le...@google.com> #10
Hi All -- thanks again for the consistent feedback. This feedback isn't lost on the team so we appreciate the validation that this is a top priority for developers. I'll follow-up here as soon as I have any updates. Thanks again!
ma...@gmail.com <ma...@gmail.com> #11
Hi Google Team,
This is very important feature requirement. Are we planning to release this year ?
Thanks
This is very important feature requirement. Are we planning to release this year ?
Thanks
ds...@gmail.com <ds...@gmail.com> #12
Sadly in my experience Google spends most of its resources on all the new and exciting shiny stuff... and then moves on.
Features one would expect or are lead to believe are there quite often lack full functionality.... Its not exciting nor fun to fix and tinker with the nuts and bolts and most of the man power have probably been moved on to code all that new shiny stuff.
Features one would expect or are lead to believe are there quite often lack full functionality.... Its not exciting nor fun to fix and tinker with the nuts and bolts and most of the man power have probably been moved on to code all that new shiny stuff.
tk...@sterlingmontessori.org <tk...@sterlingmontessori.org> #13
Also could use this feature at our school. Some of the things that teachers want to post are really just materials rather than assignments. (Thanks for adding Topics - has made a big difference in readability of the list of assignments)
sh...@ssdvt.org <sh...@ssdvt.org> #14
We are using scripts to build a "Week Planner" from Classroom. Materials are a good option because they don't generate notifications to parents following the class that the "assignment" or object of study for a certain day hasn't been turned in. Not being able to get this information from Materials forces us to make every class activity for the week an assignment; otherwise the script doesn't find the. Announcement could work (they can be scheduled), but they don't appear in the Classwork section of Classroom and can't be organized by Topic.
ja...@gmail.com <ja...@gmail.com> #15
Yes please much the same as for assignments. We want to be able to streamline posting material to multiple courses.
ma...@berkeley.net <ma...@berkeley.net> #16
Creating Classrooms for Distance Learning in the fall - being able to populate the Classrooms with Material for students would be very helpful for us. THanks - Berkeley USD.
ce...@hsdlions.org <ce...@hsdlions.org> #17
Same as Berkeley USD. We are attempting to build limited offline access for our remote learners. This limitation in the API is not helping, and it does not seem that expensive in man power or time to resolve. Please advise.
wi...@gmail.com <wi...@gmail.com> #18
Same as UPA, Mexico, we want to populate a classroom template for all our classes.
to...@tonymiceli.com <to...@tonymiceli.com> #19
Please expose materials through the classroom API! I really need to get assignments and materials and topics to automate setting up classes for private students.
gl...@gmail.com <gl...@gmail.com> #20
So need this feature right now
da...@arusacademy.org.my <da...@arusacademy.org.my> #21
Upvoting this feature too!
to...@tonymiceli.com <to...@tonymiceli.com> #22
yes i am dying to have all my resources in a spreadsheet and then use GAS to populate classrooms on the fly. I hope they do this! This is why I learned GAS and then later found out I can't get materials!!!
[Deleted User] <[Deleted User]> #23
I would like this to create a bulk add "materials" for links to home study lessons. Can I upvote it or something??
to...@tonymiceli.com <to...@tonymiceli.com> #24
If we could add materials, we could have templates and build classrooms and pass them around to others, etc. Build a complete classroom. I teach private students, lots of them around the world. I really need this feature!!!
yt...@ytodorov.com <yt...@ytodorov.com> #25
We should be able to add materials via API call. This is a must-have! Please implement this ASAP!
to...@tonymiceli.com <to...@tonymiceli.com> #26
I hope they are listening!!
[Deleted User] <[Deleted User]> #27
I think they've just implemented this:
https://developers.google.com/classroom/guides/manage-classwork
The Classroom API currently allows developers to read and write three of these types: Assignments, Questions, and Materials.
I will try this in 10 minutes.
The Classroom API currently allows developers to read and write three of these types: Assignments, Questions, and Materials.
I will try this in 10 minutes.
[Deleted User] <[Deleted User]> #28
Great news! Everything works as expected!
This is the code that I've just tested with:
CourseWorkMaterial courseWorkMaterial = new CourseWorkMaterial()
{
Description = "Description",
Title = "Title",
State = "PUBLISHED",
AssigneeMode = "ALL_STUDENTS",
Materials = new List<Material>
{
new Material()
{
Link = new Link()
{
Title = "Link Title",
Url = "https://www.google.com/ "
}
}
}
};
await classroomService.Courses.CourseWorkMaterials.Create(courseWorkMaterial, classId).ExecuteAsync();
This is the code that I've just tested with:
CourseWorkMaterial courseWorkMaterial = new CourseWorkMaterial()
{
Description = "Description",
Title = "Title",
State = "PUBLISHED",
AssigneeMode = "ALL_STUDENTS",
Materials = new List<Material>
{
new Material()
{
Link = new Link()
{
Title = "Link Title",
Url = "
}
}
}
};
await classroomService.Courses.CourseWorkMaterials.Create(courseWorkMaterial, classId).ExecuteAsync();
to...@tonymiceli.com <to...@tonymiceli.com> #29
Yay!!!!
Description
First, please search through existing issues to ensure that the feature request has not already been reported. You can start the search here:
If the feature has already been requested, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any context of how the feature would benefit you.
Also, please verify that the functionality you are requesting is not already present in the current API and tools.
If your feature has not been requested, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the request:
Unable to add courseMaterialSets when creating a course: Classroom.Courses.create(Course)
What is the purpose of this new feature?
Add materials (courseMaterialSets[]) to a course when is being created.
What existing APIs would this affect?
Method: courses.create
What existing data does this use?
courseMaterialSets
Please provide any additional information below.