fairexam READMEThis is an extension for monitoring what is happening inside of VSC in an exam context. Features
UsageThe extension simply collects info and sends it to a server in JSON format. MongoDB is well-suited for receiving this data and then querying it. DevelopmentOpen the project root folder in VSC and "Run → Debug" (or use F5). Note that there is a dev dependency on Useful MongoDB queriesIf you send the data to MongoDB, these queries will come in handy.
You can run these in This assumes you have uploaded identification data to a collection called Translating user IDs to email addresses
Finding all active users between specific timesMake sure to replace A and B here.
Finding all inactive usersAssuming active users have been saved to
Finding out which users had AI features enabled after a certain timestamp
Finding all observed extensions
Find out which users are running extension X
|