OscatsAlgSimulate

OscatsAlgSimulate

Synopsis

struct              OscatsAlgSimulate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----OscatsAlgorithm
               +----OscatsAlgSimulate

Properties

  "auto-record"              gboolean              : Read / Write / Construct
  "modelKey"                 gchar*                : Read / Write
  "thetaKey"                 gchar*                : Read / Write

Description

Details

struct OscatsAlgSimulate

struct OscatsAlgSimulate;

Item administration algorithm ("administer"). Generates a simulated response for the given item based on an underlying IRT model.

Property Details

The "auto-record" property

  "auto-record"              gboolean              : Read / Write / Construct

Whether to record all simulated responses.

Default value: TRUE


The "modelKey" property

  "modelKey"                 gchar*                : Read / Write

The key indicating which model to use for simulation. A NULL value or empty string indicates the item's default model.

Default value: NULL


The "thetaKey" property

  "thetaKey"                 gchar*                : Read / Write

The key indicating which latent variable to use for simulation. A NULL value or empty string indicates the examinee's default simulation theta.

Default value: NULL