Description: Created for HS CAT to pull scanning rates from Ponder Paper.
As April 1, 2024:
Steps for Import from Ponder Paper |
1. Open school page in Ponder Paper |
2. ctrl + shift + j |
3. Select Network |
4. Refresh the page |
5. Select Packet Group |
6. Select Preview |
7. Minimize json data to top level |
8. Right click and select store object as global variable |
9. Paste the formula below into the console and press Enter |
console.table(temp1.map((j) => { return { curriculum : j.curriculumId, illuminate : j.packet._illuminate, success : j.packet.scan.success, gte90 : j.packet.scan.gte90, lt90 : j.packet.scan.lt90}})) |
Comments