createModule function

Create a single module

Create a single module

createModule is a function for creating a module object based on the item pool, attribute, and constraints.

createModule(constraints, item_pool, item_attrib, passage_attrib)

Arguments

  • constraints: constraints data. A data.frame or a csv file name to be used in loadConstraints.
  • item_pool: item pool data. A data.frame or a csv file name to be used in loadItemPool.
  • item_attrib: item attribute data. A data.frame or a csv file name to be used in loadItemAttrib.
  • passage_attrib: passage attribute data. A data.frame or a csv file name to be used in loadStAttrib.

Returns

a module object.

  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2022-05-18