QuestionInterface

QuestionInterface[type,p1s1,p2s2,|>]

QuestionObjectのためのインターフェースを与えられた type と設定が siの特性 piを使って定義する.

詳細

  • QuestionInterfaceは,通常,QuestionObject[QuestionInterface[],]内でインターフェースを直接指定するために使われる.
  • インターフェースは質問インターフェースタイプにもリストされている.
  • 次は,type に含まれるサポートされるインターフェースタイプである.
  • "MultipleChoice" 定義リストから任意数の項目を選択する
    "ShortAnswer"入力フィールドを使って答を入れる
    "MultipleShortAnswers"入力フィールドに複数の答を入れる
    "ChooseMultiple"定義済みのリストから任意の数の項目を選択する
    "MultipleChoiceGrid"表を使って項目をカテゴリに分ける
    "TrueFalse"問題が正か偽かを判定する
    "NumericRange"範囲内から値を選ぶ
    "Code"問題に答えるコードを書く
    {}[[3]]"TextCompletion"穴埋め問題に入力する
    {}[[3]]"SelectCompletion"穴埋め問題の項目を選ぶ
    {}[[3]]"DragCompletion"解答プールか項目をドラッグして穴埋めする
    {}[[3]]"DragCategorize"ドラッグ・アンド・ドロップインターフェースを使って項目をカテゴリに分ける
    {}[[3]]"ClickLocations"画像の中の項目を見付ける
    {}[[3]]"Sort"ドラッグ・アンド・ドロップインターフェースを使ってリストを並べ替える
    "SelectPair"項目を分類する
    "SelectColor"色を選ぶ
  • サポートされる特性 piはインターフェースのタイプによって異なる.次は,よく使われる特性である.
  • "Prompt"インターフェースで表示される問題あるいはプロンプト
    "MaxAnswers"要素ごとの評価に使える答の最大数
    "MinAnswers"要素ごとの評価に使える答の最小数
  • QuestionInterface[type,"prompt"]QuestionInterface[type,<|"Prompt""prompt"|>]に等しい,
  • QuestionObject[QuestionInterface[type,props],assessment]props に含まれない特性は,可能な場合は assessment から推測される.

例題

すべて開くすべて閉じる

  (2)

多肢選択の世論調査の質問を作る:

自由記述の世論調査の質問を作る:

スコープ  (7)

いくつかの項目のそれぞれに答を割り当てる格子を作成する:

2つの項目を結び付けるインターフェースを作る:

評価付きの多肢選択問題を作る:

評価を含む真偽問題を作る:

色の入力と許容範囲がある評価を含む豆テストを作る:

複数の正解がある多肢選択問題を作る:

検定関数を使った評価を含むスライダーに基づく問題のインターフェースを作る:

一般化と拡張  (1)

プロンプトに任意のコンテンツを使う:

Wolfram Research (2021), QuestionInterface, Wolfram言語関数, https://reference.wolfram.com/language/ref/QuestionInterface.html.

テキスト

Wolfram Research (2021), QuestionInterface, Wolfram言語関数, https://reference.wolfram.com/language/ref/QuestionInterface.html.

CMS

Wolfram Language. 2021. "QuestionInterface." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/QuestionInterface.html.

APA

Wolfram Language. (2021). QuestionInterface. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/QuestionInterface.html

BibTeX

@misc{reference.wolfram_2024_questioninterface, author="Wolfram Research", title="{QuestionInterface}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/QuestionInterface.html}", note=[Accessed: 04-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_questioninterface, organization={Wolfram Research}, title={QuestionInterface}, year={2021}, url={https://reference.wolfram.com/language/ref/QuestionInterface.html}, note=[Accessed: 04-November-2024 ]}