question エレメント
アンケート等の設問(1問)を定義します。@key で識別、@number で番号を指定します。
親エレメント
| 定義名 | 説明 |
|---|---|
| item | ドキュメントのアイテム構成を定義します。 |
コード例
<question key="q1" number="1"> <title>設問</title> <text>選択肢/補足</text> </question>
| 定義名 | 説明 |
|---|---|
| item | ドキュメントのアイテム構成を定義します。 |
<question key="q1" number="1"> <title>設問</title> <text>選択肢/補足</text> </question>