Learn R Programming

rgoogleclassroom (version 1.0.0)

check_quiz_question_attributes: Check a question's attributes

Description

This is ran automatically by [check_all_questions] for all questions. It checks that the attributes specified are accepted ones by Leanpub.

Usage

check_quiz_question_attributes(question_df, quiz_name = NULL, verbose = TRUE)

Value

Will return a warning for any quiz question attributes used that are not supported.

Arguments

question_df

a data.frame obtained from [parse_quiz_df] and dplyr::group_split(question).

quiz_name

inherited from parse

verbose

print diagnostic messages