Skip to content

Commit

Permalink
chore(ml): simulate events
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Jan 1, 2025
1 parent 043cb2c commit c3e4310
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
id,timestamp,android_id,package_name,video_id,video_title,learning_event_type,additional_data
0,1735733854546,e387e38700000001,ai.elimu.filamu,33,akili and me - letter i,VIDEO_OPENED,
0,1735733864769,e387e38700000001,ai.elimu.filamu,33,akili and me - letter i,VIDEO_CLOSED_BEFORE_COMPLETION,{'video_playback_position_ms': 43999}
0,1735733883167,e387e38700000001,ai.elimu.filamu,4,akili and me - letter d,VIDEO_OPENED,
0,1735733925525,e387e38700000001,ai.elimu.filamu,4,akili and me - letter d,VIDEO_COMPLETED,{'video_playback_position_ms': 50577}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id,timestamp,android_id,package_name,video_id,video_title,learning_event_type,additional_data
0,1735734031678,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734076740,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 10264}
0,1735734161076,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734197244,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 23497}
0,1735734271570,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734322098,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_CLOSED_BEFORE_COMPLETION,{'video_playback_position_ms': 43613}
0,1735734394223,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734400634,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_CLOSED_BEFORE_COMPLETION,{'video_playback_position_ms': 28409}
0,1735734454553,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734464721,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_CLOSED_BEFORE_COMPLETION,{'video_playback_position_ms': 27787}
0,1735734525363,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734559024,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 53270}
0,1735734669166,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734701549,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 52785}
0,1735734784025,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734786823,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 33737}
0,1735734904071,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735734954311,e387e38700000001,ai.elimu.filamu,1,piper,VIDEO_CLOSED_BEFORE_COMPLETION,{'video_playback_position_ms': 33557}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id,timestamp,android_id,package_name,video_id,video_title,learning_event_type,additional_data
0,1735734995631,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735735046837,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 33122}
0,1735735091992,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735735126334,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 34709}
0,1735735190907,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_OPENED,
0,1735735207462,e387e38700000003,ai.elimu.filamu,1,piper,VIDEO_COMPLETED,{'video_playback_position_ms': 10496}

0 comments on commit c3e4310

Please sign in to comment.