Skip to contents

Check if an exam is available in the fofpack package

Usage

check_exam_avail(exam_name)

Arguments

exam_name

Name of the exam to check for, e.g. "exam_1"

Value

TRUE invisibly if the exam is available, or FALSE otherwise

Examples

check_exam("exam_1")
#> Error in check_exam("exam_1"): could not find function "check_exam"