Interface SafeProgramSingleQuizQuestionSource

The source for a SAFE program running only a single quiz question.

interface SafeProgramSingleQuizQuestionSource {
    editorSessionId: string;
    questionId: string;
}

Properties

editorSessionId: string

The id of the editor session.

questionId: string

The question being tried.