powered by
Takes a Markua formatted quiz and translates it to something that can be sent to Google Forms API.
translate_questions_api(quiz_path, output_path = NULL)
A list of the output from check_question with messages/warnings regarding each question and each check.
The file path to a Markua formatted quiz to be translated to Google Forms API format
Optional file path to save the formatted data to a JSON file
if (FALSE) { # Using quiz example quiz_path <- markdown_quiz_path() parsed_questions <- translate_questions_api(quiz_path) }
Run the code above in your browser using DataLab