Perseus
    Preparing search index...
    type PerseusDropdownChoice = {
        content: string;
        correct: boolean;
    }
    Index

    Properties

    Properties

    content: string

    Translatable text; The text for the option. e.g. "Banana" or "Orange"

    correct: boolean

    Whether this is the correct option or not