library(rqti)
iq <- round(rnorm(10, 100, 15)) mean_iq <- mean(iq)
IQ Tests are standardized to have a mean value of <<100>>.
You conducted an IQ test for 10 persons and found the following values:
r iq
What is the mean value of these IQ values? r gap_numeric(mean(iq))
The same question, but now with a tolerance of +-5: r gap_numeric(mean(iq),
tolerance = 5)
The parameter tolerance_type
determines how the tolerance is calculated.
The same question, but now with a relative tolerance of +-5%: r
gap_numeric(mean(iq), tolerance = 5, tolerance_type = "relative")
The original IQ test was developed by r gap_text(c("Alfred Binet", "Binet", "A.
Binet"))
in the early 20th century with the intention of identifying students
who might need extra assistance. Over the years, IQ tests have evolved, and
various versions exist today, such as the WAIS, standing for r
gap_text("Wechsler", case_sensitive = F, tolerance = 2)
Adult Intelligence
Scale, and the <
Please be advised that OPAL has introduced a new attribute for text
gaps—tolerance
—which now accommodates considerations for spelling errors. It
is crucial to restrict the use of this attribute to the OPAL Learning Management
System (LMS), as it may not be compatible with other Learning Management
Systems. Furthermore, it is important to note that employing this attribute will
result in the XML files being rendered invalid according to the QTI standard.
r iq
is r mean_iq
.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.