R/seebank.R

Defines functions seebank

Documented in seebank

seebank<-function(QB)
{
  ########    show each question in question bank
  
  for(i in 1:length(QB))
    {
      cat(sep="\n", paste(sep=" ", "############", i))
      print(QB[[i]])
      readline()
    }

}

Try the ProfessR package in your browser

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

ProfessR documentation built on Aug. 21, 2023, 9:07 a.m.