Theia API Documentation v1.66.0
    Preparing search index...

    Restored questions display the question, options, and any previously selected answer, but do not allow new selections.

    interface QuestionContentData {
        options: { text: string; value?: string }[];
        question: string;
        selectedOption?: { text: string; value?: string };
    }
    Index

    Properties

    options: { text: string; value?: string }[]
    question: string
    selectedOption?: { text: string; value?: string }