Description Usage Arguments Value Note See Also Examples
View source: R/grade.negative.R
Sees if studentans
is negative, correctans
is ignored.
1 2 |
correctans |
not used in this function, no restrictions are enforced. |
studentans |
a vector of type |
tolerance |
a |
useeval |
|
usena |
|
useinf |
|
quiet |
|
TRUE
if (studentans
< -tolerance
)
FALSE
otherwise.
The grade
main page contains a discussion of the
common parameters correctans, studentans, useeval, usena,
useinf, quiet
.
1 2 3 4 | grade.negative(studentans=0, "1") # FALSE
grade.negative(NULL, "1.1", tolerance=".01") # FALSE
grade.negative("soup", "-.1", tolerance=.05) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.