If you have made session spreadsheets for upcoming sessions you will need to do this for each of those spreadsheets and your master template.
Please make the following changes to convert your session spreadsheets to use the new volunteer examiner data:
- Open your session spreadsheet.
- Click on Extension > App Scripts
- Click the + next to Files and select Script
- Paste the contents of the json_import.gs file.
- Click the floppy disk icon to save the script and name it something like json_import without the extension.
- You can close the Apps Script editor.
- In your session spreadsheet click View > Hidden Sheets > Train/List Import
- Click on that sheet at the bottom.
- Click on A1 and paste the following in place of what is currently there.
=ImportJSON("https://plexus.dev.glaarg.org/api/v1/googleSessionSpreadsheet", "/data", "")
- Hit enter to save and a few seconds later you should see the rest of the fields self populate.
That is all you need to do to use the new volunteer examiner data.