Get points from AssessmentItem object
Source:R/AssessmentItem.R
, R/AssessmentSection.R
, R/MultipleChoice.R
, and 1 more
getPoints-methods.Rd
Get points from AssessmentItem object
Usage
getPoints(object)
# S4 method for class 'AssessmentItem'
getPoints(object)
# S4 method for class 'AssessmentSection'
getPoints(object)
# S4 method for class 'MultipleChoice'
getPoints(object)
# S4 method for class 'character'
getPoints(object)
Arguments
- object
an instance of the S4 object (SingleChoice, MultipleChoice, Essay, Entry, Ordering, OneInRowTable, OneInColTable, MultipleChoiceTable, DirectedPair, TextGap, NumericGap, InlineChoice)