opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Journalism: LevelTime #109

Closed LswaN58 closed 10 months ago

LswaN58 commented 12 months ago

There is an existing feature named TotalLevelTime. We should rename this to LevelTime, and rewrite this feature based on the below:

This should be a per-level feature with two subfeatures. The "main" feature is the "total" time spent on the given level, which is the time from first event to last event. This is currently what is being calculated by the exiting TotalLevelTime feature. The subfeatures are the idle time (refer to existing full-session time feature, named PlayTime, for how to access the idle time) and "active" time (total time minus the idle time).

In summary: