Jump to content

Recommended Posts

Posted
Is there such a thing as an administrator view of the G Suite classrooms created on our domain? it would be handy to be able to view classrooms and who they've been assigned to, but I can't see anything in the admin console
Posted (edited)
Is there such a thing as an administrator view of the G Suite classrooms created on our domain? it would be handy to be able to view classrooms and who they've been assigned to, but I can't see anything in the admin console

Not in the console, but there are some third party alternatives.

C-Learning's look decent when I last saw a demo - UK company.

 

I've no comment on it's effectiveness, but there is also a Chrome option - https://gsuite.google.com/marketplace/app/classroom_manager/974978407354

 

Some of the bigger players, like Harpara, iBoss and others have options too.

 

Out of interest, are you closely synching to your MIS? If yes, you might want to look at SalamanderSoft.

Edited by Ditto
Posted
Nothing from Google themselves though which is a shame

Unfortunately not. You might like to sign up to Cloud Connect Community and register to the 'Feature Ideas' section. You might find someone has already submitted such a request, or could add your own. A few ideas have been posted here on Edugeek to garner support. Unfortunately, I can no longer access the ideas section as I'm not with a school and it's doesn't allow access with personal Google accounts. Here's the link https://www.cloudconnectcommunity.com/ccc/ls/community/g-suite-chrome-feature-ideas.

Posted
looks like a third party app is the easiest fix!

After setting up GAMADV-XTD3 or PSGSuite it's very easy to get the information you need.

 

gam print courses > X:\Courses.csv

 

Get-GSCourse | Export-Csv -Path "X:\Courses.csv" -NoTypeInformation

 

or

 

Get-GSCourse -CourseStates ACTIVE | Sort-Object -Property Name | Export-Csv -Path "X:\Courses.csv" -NoTypeInformation

Posted
Yeah this is annoying but is it a data/gdpr thing etc, you can't see the data and shouldn't be able to without creating a log ie adding yourself to the class, logging in as student/staff

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...