get_allequalSummary | R Documentation |
Generate list of all.equal results where Target is correct answer and Current is student answer
get_allequalSummary( targetLabel, whichCorrectAnsvalue = 1, .transform = NULL, switchTargetCurrent = F )
targetLabel |
A character of like ans11, etc |
whichCorrectAnsvalue |
A number default at 1, indicating which values in correct answer values is used for comparison |
.transform |
A function, default at NULL. If not null, it is the function that transforms x and y before grading and comparison |
A list of all.equal outcomes. If transformed error, it will be try-error class object.
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.