Overview
In order to import scores for an assignment in School Loop from Google Classroom, district administrators need to import student Google IDs into the School Loop System.
Prerequisites
- You are a district administrator and you have configured data import via Sloopy.
- The Sloopy version required is 4.5 or higher.
- You need to have a text file (.txt) with all student permanent IDs (from SIS) and their Google email accounts provided by the School/District in the following format:
123456 student1@schooldomain.com
123457 student2@schooldomain.com
123458 student3@schooldomain.comNote: Make sure you use Tab as a delimiter.
Solution
- On the machine (server) where Sloopy runs, navigate to the folder of the Sloopy application.
- Open the folder that you use for import.
There are folders for various versions of SIS applications. In this example, we will use the Generic folder. - Open the config.txt file in a text editor.
- Add the following line to the file under the data.ss variable:
data.google_ids=google.txt
- Save the updated file.
- From the folder where you left, open the data directory folder.
By default, the name of the folder is data. You can check if it is different in the config.txt file. - Copy the file with Student IDs to the data folder.
- Name the file
google.txt
. - Make sure that the file follows the correct format described in Prerequisites and uses Tab as a delimiter.
- Run the import process manually or wait for the next scheduled import task.
To run it manually:- Go back to the previous folder.
In this example, it issloopy > Generic
. - In the address field, type
cmd
and press Enter. - In the command prompt, type
sloopy.bat
and press Enter.
- Go back to the previous folder.
Note: You will need to add IDs (to the google.txt file) for the new students who start studying in your district schools during the year and run the import again (step 10). Otherwise, grades for them will not be imported from Google Classroom.
Confirmation
If you executed the import manually, check the messages generated in the command prompt. You should see a Success message at the end, and there should be no error messages before and after the Loading Google ID message (Using Tab File Generator is a normal system message).
If there are Skipping messages after Loading GoogleID, it means that the format of the file or the delimiter used is incorrect.