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

Anonymous Re-Streamer #50

Open DrLynch opened 1 year ago

DrLynch commented 1 year ago

As part of our analysis we will need a way to both re-stream and anonymize events. In order to generate larger research datasets we will need a way to pull events out with the streaming tool and then to strip out ID information. Part of this will mean changing the streaming code a bit but it will also mean building a module that can pull from the system.

That will be a new issue.

This is partly bound up with work on #48

Existing stream code is located in learning_observer/util/stream_writing.py

DrLynch commented 1 year ago

This issue is also bound up with work on #54