ArgLab / ArgLab_writing_observer

Writing Observer and Learning Observer: A system for monitoring learning process data, with an initial focus on writing process data from Google Docs.
GNU Affero General Public License v3.0
3 stars 2 forks source link

Event Consistency #48

Open DrLynch opened 1 year ago

DrLynch commented 1 year ago

We have a lot of different types of events in the system. These are not consistent in part because of how they were made. One of the things that we need to do is to go through the existing dataset and simply catalogue the types of events, and their structure and then to turn to modifying the plugin to generate them in a consistent way.

Step one is simply going through and re-streaming the old data by type to collect the list of events and event contents. Step 2 will be plugin changes.