CMU-CREATE-Lab / preK-emotions-app

Other
1 stars 2 forks source link

Add video to jumping jacks coping skill #44

Closed lczito closed 5 years ago

lczito commented 5 years ago

I think students need the visual to help them. When a student selected it in the pilot, the teacher had to show them what to do.

tasota commented 5 years ago

@kaylaleung by the way for the jumping jacks activity I forgot to hide the overlay when I hastily changed the abstract class that it extended. Adding something like this in its onCreate method should fix that:

findViewById(R.id.overlayYesNo).setVisibility(View.GONE);

Sorry about that!

tasota commented 5 years ago

Also we are discussing this in the meeting right now and agreed you can ignore audio playback.

And if it isn't easy to mute a video feel free to edit the file (which you might need to do for the video format anyways).

tasota commented 5 years ago

@kaylaleung A few notes from 07c09e4661c20929437b4d6776fc752170eb6639:

Also, as we discussed in the 2/18 meeting, investigate muting audio in audio clips playing, pausing/playing video, and playing the video from specific offsets (for example, start playing 8 seconds into the video).

EDIT: We discussed further, and muting and video scanning won't be necessary. Just investigate how to pause/play the video.

lczito commented 5 years ago

Can we use video number 112 instead of 119? Thank you!

kaylaleung commented 5 years ago

Where can I access video number 112 to implement?

tasota commented 5 years ago

@kaylaleung I can swap out the video when we merge in changes to master (since I'm going to move that video file to the Assets dir anyway), but Lauren/Emily could probably also give you access to the mindfulnest folder on Box.

lczito commented 5 years ago

Shared the yoga video folder