Filename convention
Store formatted event information (numerical or categorical) happens at a time point, such as EMA prompt questions and responses.
Filename convention
Event files are divided into daily files, as hourly files will be too sparse to be insightful.
SensorType
Same as what was described in
sensor
.By default, most events are collected through the phone, so the value would be
AndroidPhone
oriPhone
.In case some of the events are collected by paper or questionnare, the value could be
Paper
,Questionnare
,ShortMessage
,PhoneCall
orInterview
.
EventType
Used to describe the type of event, should be locally unique.
CamelStyle, allowed characters: alphabets and digits.
Required.
Locally unique. To avoid confliction with
DataType
, add suffixEvent
if necessary.
Examples
Smart phone events: EMA
, PhoneCall
, PhoneSMS
, NetworkEvent
, BatteryEvent
, BluetoothEvent
, CPUEvent
, RAMEvent
, ExternalStorageEvent
, InternalStorageEvent
.
Indoor events: ObjectMove
, ObjectStatus
.
Outdoor events: NearbyPlace
.
See a predefined list of event id and corresponding event types.
EVENTTYPE
Same as EventType but in uppercase.
UPPERCASE style, allowed characters: alphabets and digits.
Timestamp
Timestamp has the same convention as that of sensor data. The time represents the first row of event.
Because it's a daily file, normally there will only be one file for a day.
In case time zone is changed during the day, there will be multiple files for one day.
Examples
If time zone changes from M0500 to M0300 at 10am on a day, and an event happens at 12pm in M0500 time zone, then the new file would have timestamp YYYY-MM-DD-14-00-00-000-M0300
in the filename.
Last updated