Learn R Programming

ProfessR (version 2.1)

ran.exam: Random order of Exam

Description

Randomly re-order the questions in a Question Bank

Usage

ran.exam(Qbank)

Arguments

Qbank
Question Bank List

Value

  • Question bank

Details

randomly re-order the questions in a Question Bank

See Also

Get.testbank

Examples

Run this code
data(QBANK1)
NEWQB = ran.exam(QBANK1)

Run the code above in your browser using DataLab