powered by
This function generates the code for a numerical CLOZE question
nm(x, w, eps, ndigits, pts = 1)
a character vector with the code for a CLOZE question
vector of values
list of weights
vector of precision
answers have to be rounded to ndigits, otherwise gives partial credit. Overrides eps
how many points is question worth?
nm(50) nm(c(50, 40), w=c(100, 50))
Run the code above in your browser using DataLab