Actions

Adding answers or subquestions/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "=ヒントとTIP=")
(Created page with "*レイアウトを調整するだけでなく、個々の回答に画像やその他のメディア要素を含めることもできます。回答テキストボックスの...")
Line 38: Line 38:
=ヒントとTIP=
=ヒントとTIP=


*You can adjust the layout as well as include pictures or other media elements in your individual answers. This is possible by clicking on the ''pencil icon'' at the end of the answer text-box and [[First login - your user preferences#HTML editor mode|using the WYSIWYG editor]] to create edit or design your answer layout as well as upload images and media.
*レイアウトを調整するだけでなく、個々の回答に画像やその他のメディア要素を含めることもできます。回答テキストボックスの最後にある鉛筆アイコンをクリックし、[[First login - your user preferences/ja#HTML editor mode|WYSIWYGエディター]]を使用して回答のレイアウトを編集またはデザインし、画像とメディアをアップロードすることができます。


*There is a special feature to create an answer that is showing up left and right of an array row (this works only with the question type [[Question types#Array|Array]]). This can be done by using a pipe char '|'  to part the answer. For example, if you want to have 'Good' and 'Evil' on the left and right side of the row, just write 'Good|Evil' into this field. This is essentially useful if you want to create a ''Semantic Differential Question''.
*There is a special feature to create an answer that is showing up left and right of an array row (this works only with the question type [[Question types#Array|Array]]). This can be done by using a pipe char '|'  to part the answer. For example, if you want to have 'Good' and 'Evil' on the left and right side of the row, just write 'Good|Evil' into this field. This is essentially useful if you want to create a ''Semantic Differential Question''.

Revision as of 23:45, 21 June 2018


概要

さまざまな質問タイプを使用して、アンケート回答者のために高度な質問を作成できます。回答やサブ質問を追加することで、複雑なアンケートを作成することができます。

LimeSurveyで使える質問タイプについて、詳細はウィキセクションを参照してください。

回答とサブ質問を追加するには、編集する質問をクリックし、編集(またはサブ質問)ボタンをクリックします。



回答を追加するときは、各回答/サブ質問にコード(例えば、式マネージャーの関連式などで使います)を割り当て、回答/サブ質問テキストを入力するる必要があります。

(回答の)編集既定の回答編集とは異なりますので注意してください。LimeSurveyのデフォルトの回答を編集する方法の詳細については、次のリンクをクリックしてください。LimeSurveyの既定の回答を編集する方法について、詳しくはリンクをクリックしてください。

評価モードが有効になっている場合、質問タイプにより、各回答の評価値を入力することもできます。



  1. 位置: "3本線"の記号をクリックし、上下にドラッグしてフィールドの順序を変更します。
  2. コード: 結果を処理するとき、スプレッドシートにエクスポートされるデータです。任意のコードを選択できます(最大5文字)。コードには標準的な英数字しか使えず、この質問の回答選択肢の中で一意でなければなりません。
  3. 評価値:  このフィールドは、アンケート設定で評価モードが有効になっている場合にのみ表示されます。正または負の整数値に設定できます。詳細については、 評価に関するウィキのセクションを参照してください。
  4. テキスト回答/サブ質問: アンケート回答者に表示される回答/サブ質問のテキストです。
    1. HTMLエディター: 緑の鉛筆ボタンをクリックすると、回答/サブ質問テキストを細かく設定できます(イメージやビデオの追加など)。
  5. 操作: 2つの操作ボタンを使用できます。
    1. フィールド追加: 緑の"+"ボタンをクリックして、新しい回答/サブ質問を追加します。
    2. フィールド削除: 赤い"ゴミ箱"ボタンをクリックすると、そのフィールドが削除されます。

ヒントとTIP

  • レイアウトを調整するだけでなく、個々の回答に画像やその他のメディア要素を含めることもできます。回答テキストボックスの最後にある鉛筆アイコンをクリックし、WYSIWYGエディターを使用して回答のレイアウトを編集またはデザインし、画像とメディアをアップロードすることができます。
  • There is a special feature to create an answer that is showing up left and right of an array row (this works only with the question type Array). This can be done by using a pipe char '|'  to part the answer. For example, if you want to have 'Good' and 'Evil' on the left and right side of the row, just write 'Good|Evil' into this field. This is essentially useful if you want to create a Semantic Differential Question.
  • Relevance: You can enter Expression Manager relevance equations for each subquestion (available for question types using subquestions such as multiple choice or array questions). In this way, you can conditionally show/hide certain items of your question. The default value of "1" means that the item is always shown.
Hint: Always perform a logic file check to make sure your relevance equation has no errors.
  • ラベルセットをインポート・エクスポートすることも可能です。例えば国名などのリストがあり、ドロップダウンリストの選択肢として使用したいとき、この機能を使って手持ちのデータをLimeSurveyに取り込むことができます。