cdss_sa_describes_sr {CDSS}R Documentation

Check whether a surmise relation can be derived from a given skill assignment.

Description

cdss_sa_describes_sr expects a list of two matrices (taught and required) of a skill assignment. It returns TRUE if the skill assignment describes a surmise relation (i.e. there is only one teaching LO per skill) and FALSE.

Usage

cdss_sa_describes_sr(sa, verbose = FALSE)

Arguments

sa

Skill assignment object

verbose

Flag, default is FALSE

Value

Logical value

See Also

Other functions deriving skill structures from skill assignments: cdss_sa2ar_skill()


[Package CDSS version 0.2-0 Index]