Code
grade_pass
Output
<tblcheck_graded: [Correct] Correct>
Code
grade_class
Output
<tblcheck_graded: [Incorrect]
Your table should be a tibble (class `tbl_df`), but it is a data
frame (class `data.frame`).
>
Code
grade_pass_default
Output
<tblcheck_graded: [Correct] PASS>
Code
grade_pass
Output
<tblcheck_graded: [Correct] Correct>
Code
grade_class
Output
<tblcheck_graded: [Incorrect]
Your result should be a vector of integers (class `integer`), but it
is a vector of numbers (class `numeric`).
>
Code
grade_pass_default
Output
<tblcheck_graded: [Correct] PASS>
Code
grade_pass
Output
<tblcheck_graded: [Correct] Correct>
Code
grade_class
Output
<tblcheck_graded: [Incorrect]
Your result should be a vector of integers (class `integer`), but it
is a vector of numbers (class `numeric`).
>
Code
grade_pass_default
Output
<tblcheck_graded: [Correct] PASS>
Code
grade_fail
Output
<tblcheck_graded: [Incorrect] Incorrect>
Code
grade_pass
Output
<tblcheck_graded: [Correct] Correct>
Code
grade_fail
Output
<tblcheck_graded: [Incorrect] Incorrect>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.