Description Usage Arguments Value Examples
Score match responses
1 | scoreMatch(resp, identifier, correct = c(), variables.in.columns = F)
|
identifier |
The variable that has been given (a) corresponding value(s) |
correct |
The correct values |
matchObject |
A matchObject |
A vector of scores
1 2 3 | matchresponse<-c("[mail1 annoyed; mail4 annoyed; mail2 angry]","[mail1 confused]")
matchObject<-makeMatch(matchresponse)
scoreMatch(matchObject,"mail1",c("happy","annoyed"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.