Perseus
    Preparing search index...

    User input for the Matrix widget.

    type PerseusMatrixUserInput = {
        answers: string[][];
    }
    Index

    Properties

    Properties

    answers: string[][]

    A 2D array of cell values entered by the learner; each string may be a numeric expression.