# Generated by roxygen2: do not edit by hand

export("%>%")
export(archive_course)
export(auth_from_secret)
export(authorize)
export(bad_quiz_path)
export(check_all_questions)
export(check_question)
export(check_quiz)
export(check_quiz_attributes)
export(check_quiz_dir)
export(check_quiz_question_attributes)
export(check_quizzes)
export(commit_to_form)
export(copy_form)
export(create_course)
export(create_coursework)
export(create_form)
export(create_material)
export(create_multiple_choice_question)
export(create_quiz)
export(create_text_question)
export(create_topic)
export(date_handler)
export(delete_course)
export(extract_meta)
export(extract_quiz)
export(get_course_list)
export(get_course_properties)
export(get_coursework_list)
export(get_coursework_properties)
export(get_drive_file_list)
export(get_form_properties)
export(get_form_responses)
export(get_linked_quizzes_list)
export(get_materials_list)
export(get_materials_properties)
export(get_owner_id)
export(get_topic_list)
export(get_topic_properties)
export(good_quiz_path)
export(is.google_forms_request)
export(make_form_quiz)
export(markdown_quiz_path)
export(ottr_quiz_to_google)
export(parse_q_tag)
export(parse_quiz)
export(parse_quiz_df)
export(publish_coursework)
export(time_handler)
export(translate_questions_api)
export(update_form_settings)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.string)
importFrom(httr,accept_json)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,day)
importFrom(lubridate,hms)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,second)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(readr,write_tsv)
importFrom(rprojroot,find_root)
importFrom(rprojroot,has_dir)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)
importFrom(utils,browseURL)
importFrom(utils,installed.packages)
importFrom(utils,menu)
