seq_2 <- seq(from = 0, to = 100, length.out = 1000) # solution my_sol <- sd(seq_2)
my_answers <- make_random_answers(my_sol) #check_answers(my_answers)
Define another object called seq_2
containing a sequence of size 1000, with values between 0 and 100. What is the standard deviation (functionsd
) of this sequence?
exams::answerlist(my_answers, markup = "markdown")
extype: schoice
exsolution: r mchoice2string(c(TRUE, FALSE, FALSE, FALSE, FALSE), single = TRUE)
exname: "numeric "
exshuffle: TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.