powered by
Leanpub Quiz Responses for a Course
lp_quiz_responses( slug, anonymized_id = NULL, body = list(), api_key = NULL, secure = TRUE, verbose = TRUE, query = list(), ... )
List of the result of the POST call and the content
POST
slug of the project
Anonymized ID for a single user. For a single user's CSV, you will get the JSON response immediately.
body sent to POST
API key for Leanpub, passed to lp_api_key
lp_api_key
passed to lp_base_url for https
lp_base_url
print diagnostic messages
query information to send to POST
additional options to pass to GET
GET
if (FALSE) { if (lp_have_api_key()) { slug = "muschellitestcourse" res = lp_quiz_responses(slug, error = FALSE, verbose = 2) } }
Run the code above in your browser using DataLab