get_video | R Documentation |
Get the videos of all participants for each task.
get_video(session, id, path)
session |
The session is available by the |
id |
The id of a project. The id lies in url like https://app.evalyzer.com/evalyzer/analyzes/participation/<id> |
path |
The path to store videos. |
The user videos.
session <- auth("my-username", "my-password")
get_video(session, "1234", "pathtostorefiles/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.