cdss_sa_describes_sr: Check whether a surmise relation can be derived from a given...

View source: R/cdss_sa_describes_sr.R

cdss_sa_describes_srR 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()


CDSS documentation built on Oct. 9, 2023, 1:06 a.m.