lp_quiz_responses {leanpubr} | R Documentation |
Leanpub Quiz Responses for a Course
Description
Leanpub Quiz Responses for a Course
Usage
lp_quiz_responses(
slug,
anonymized_id = NULL,
body = list(),
api_key = NULL,
secure = TRUE,
verbose = TRUE,
query = list(),
...
)
Arguments
slug |
slug of the project |
anonymized_id |
Anonymized ID for a single user. For a single user's CSV, you will get the JSON response immediately. |
body |
body sent to |
api_key |
API key for Leanpub, passed to |
secure |
passed to |
verbose |
print diagnostic messages |
query |
query information to send to |
... |
additional options to pass to |
Value
List of the result of the POST
call and
the content
Note
See Author -> Courses -> Course Name -> Quiz Responses on Leanpub
Examples
## Not run:
if (lp_have_api_key()) {
slug = "muschellitestcourse"
res = lp_quiz_responses(slug, error = FALSE, verbose = 2)
}
## End(Not run)
[Package leanpubr version 0.4.0 Index]