get_answer | R Documentation |
Get the pre-test, post-task and post-test answers of all users.
get_answer(session, id)
session |
A rvest session. The rvest session is created by the
|
id |
The id of a project. The id lies in url like https://app.evalyzer.com/evalyzer/analyzes/participants/<id> |
A data.frame
with the pre-test, post-task and post-test answers.
session <- auth("my-username", "my-password")
participant_answers <- get_answer(session, "1234")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.