Video

What is the best way to show the user they have watched a video?

What is the best way to show the user they have watched a video?
  1. How to check a user watched the full video in html5 video player?
  2. Can you see how long someone watched a YouTube video?

How to check a user watched the full video in html5 video player?

You can check for the video events in html5, What you need is the ended event to check if the video ended, and the timeupdate event to check if the user has skipped some part. This is a minimal example about what could work, you can take the skip object and attach it to the user, and make some analytics with it.

Can you see how long someone watched a YouTube video?

The YouTube Watch History feature keeps track of recent videos that you have viewed, but it does not indicate the time and date. This information is stored by your Internet browser.

Building location based mobile app, how to handle when the user declines to enable location services?
How do you turn on location services?Should you allow apps to access your location?What is location services on Android? How do you turn on location...
How to recruit research participants on a volunteer basis?
How do you recruit participants for a study ethically? How do you recruit participants for a study ethically?Recruitment methods must take into acco...
Is it bad practice to have different menu actions in the same table?
What would cause a menu to confuse a user?What some alternative ways to present tabular data instead of the standard table in the UI? What would cau...