Perseus
    Preparing search index...

    Type Alias PerseusOrdererWidgetOptions

    Options for the orderer widget. Cards to place in the correct order.

    type PerseusOrdererWidgetOptions = {
        correctOptions: PerseusRenderer[];
        height: "normal" | "auto";
        layout: "horizontal" | "vertical";
        options: PerseusRenderer[];
        otherOptions: PerseusRenderer[];
    }
    Index

    Properties

    correctOptions: PerseusRenderer[]

    The correct order of the options

    height: "normal" | "auto"

    "normal" for text options. "auto" for image options.

    layout: "horizontal" | "vertical"

    Use the "horizontal" layout for short text and small images. The "vertical" layout is best for longer text (e.g. proofs).

    options: PerseusRenderer[]

    All of the options available to the user. Place the cards in the correct order. The same card can be used more than once in the answer but will only be displayed once at the top of a stack of identical cards.

    otherOptions: PerseusRenderer[]

    Cards that are not part of the answer