library(rqti)
iq <- round(rnorm(10, 100, 15))
mean_iq <- mean(iq)

question

numeric gaps

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))

See ?gap_numeric for more options (e.g. tolerance).

text gaps

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.

See ?gap_text for more options (e.g. tolerance).

feedback

  1. IQ Tests are standardized to have a mean of 100.
  2. The correct mean value for r iq is r mean_iq.
  3. The original IQ test was developed by Alfred Binet.
  4. It was in the 20th century.


Try the rqti package in your browser

Any scripts or data that you put into this service are public.

rqti documentation built on April 3, 2025, 7:43 p.m.