Interface OutputRegularQuizFileType

Representation for a quiz file.

interface OutputRegularQuizFileType {
    documentId: string;
}

Properties

Properties

documentId: string

The document id for a regular quiz file.