Actions

Assessments/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
(Created page with "==質問タイプごとの評価のされかた==")
Line 31: Line 31:
評価ツールを使い、アンケート全体の、または質問グループ内の質問の評価値を足すルールをセットします。回答項目を編集するときに、それぞれの回答コードの横に、評価値を入力できる追加フィールドがあるのに気づくでしょう。
評価ツールを使い、アンケート全体の、または質問グループ内の質問の評価値を足すルールをセットします。回答項目を編集するときに、それぞれの回答コードの横に、評価値を入力できる追加フィールドがあるのに気づくでしょう。


==How question types are evaluated==
==質問タイプごとの評価のされかた==


There are certain [[question types]] which will not be assessed or will be assessed in a special way. Most question types that are not being assessed are convenience question types and can be replaced with a assessable question type - for example a 5 point choice can always be replaced with a simple radio single select question type.
There are certain [[question types]] which will not be assessed or will be assessed in a special way. Most question types that are not being assessed are convenience question types and can be replaced with a assessable question type - for example a 5 point choice can always be replaced with a simple radio single select question type.

Revision as of 09:17, 22 January 2014

注:バージョン1.92から、数式マネージャ Expression Manager を使って、さらに洗練された評価やレポートをつくることができます。アンケート中の(終了後だけでなく)任意の時点で、すべての変数の値を使って、カスタム化したレポートを生成できます。新しい数式質問タイプを使って、LimeSurveyが自動的にその評価値やレポートをデータベースに格納します。

概要

LimeSurvey では、アンケートを「評価」する基準を作成することができます。評価基準とは、アンケートへの回答を評価するルールのことです。回答投稿時に瞬時に評価を行い、それに応じた文章を画面に表示させることができます。

ダウンロードできるサンプルアンケートに、評価の使い方のデモがあります。これをご自分のLimeSurveyにインポートしてテストしましょう。インポートタブは、アンケート新規作成ページにあります。

次のような場合を考えてみましょう。

アンケートに質問が2つあるとします(カッコ内は選択肢のコード)。

1つ目は、「煙草を吸いますか?」。これに対する回答の選択肢は次の3つ、「はい、1日に10本以上吸います。」(10)、「はい、1日に吸うのは10本未満です。」(5)、「いいえ、煙草を吸いません」(1)。

2つ目は、「運動をしますか?」。これに対する回答の選択肢は次の3つ、「はい、週に3回、30分以上行います。」(1)、「はい、ときどきします。」(5)、「いいえ、全くしません」(10)。

アンケートの最後に、これらの回答に対するコードの値を足し合わせると、回答者の健康状態についての良い指標が得られます。例えば、煙草を吸う上に全く運動をしない人の指標の値は10+10=20、煙草を吸わない上に定期的に運動をする人の指標の値は2となります。

使い方

評価の有効化

評価を使えるようにするには、アンケート設定の画面 Notification & data management で、評価を使うを「はい」にします。そうすると、質問の編集時に新たなフィールドが現れます。

ラベルセット label sets では、このフィールドはいつでも見えます。

各質問・ラベルへの、評価値のセット

評価ツールを使い、アンケート全体の、または質問グループ内の質問の評価値を足すルールをセットします。回答項目を編集するときに、それぞれの回答コードの横に、評価値を入力できる追加フィールドがあるのに気づくでしょう。

質問タイプごとの評価のされかた

There are certain question types which will not be assessed or will be assessed in a special way. Most question types that are not being assessed are convenience question types and can be replaced with a assessable question type - for example a 5 point choice can always be replaced with a simple radio single select question type.

Question types being assessed

  • Array (Flexible labels) dual scale
  • Array (Flexible labels)
  • Array (Flexible labels) by column
  • List (Flexible labels) (Dropdown)
  • List (Flexible labels) (Radio)
  • List (Dropdown)
  • List (Radio)
  • List with comment
  • Multiple options
  • Multiple options with comments

Question types not being assessed by values set in answers or label set

  • Array (Multi Flexible) (Numbers)

With this question type the chosen values in the select boxes will used as the value for assessment.

Question types not being assessed

  • 5 point choice
  • Array (5 point choice)
  • Array (10 point choice)
  • Array (Increase, Same, Decrease)
  • Array (Multi flexible) (Text)
  • Array (Yes/No/Uncertain)
  • Boilerplate question
  • Date
  • Gender
  • Huge free text
  • Language switch
  • Long free text
  • Multiple numerical input
  • Numerical input
  • Ranking
  • Short free text
  • Yes/No

Define assessment rules

Now you want to define rules on the assessment values - to do this click the assessment icon File:Assessments.png in one of the menus on the survey administration toolbar. From this screen you can view, edit or delete existing assessments or create new assessments.

In the "Add/Edit" box you can choose the following:

  • Scope: The scope of the assessment. Choose either "Total" which will create an assessment based on the sum of all the answers in the entire survey, or "Group" which will create an assessment based on the sum of all the answers in a group (chosen in the next row)
  • Group: If the scope of this assessment is for the current "Group", this is where you choose which group to assess.
  • Minimum: The minimum "sum" of answers to which this assessment will apply
  • Maximum: The maximum "sum" of answers to which this assessment will apply
  • Heading: The heading of the assessment which will display if this assessment is shown
  • Message: The actual message for this assessment. Inside the message you can use the tags {PERC} or {TOTAL} to show the related score in that particular message.

You can create as many assessments as you like, and you can create more than one assessment to display for a given score.

It is important to note that if you use assessments, you must ensure that you have not chosen to autoload the URL at the end of the survey in the general survey setup, because the assessments only show on the final "completed" page after submitting a survey.

Assessment placeholders

When using assessments the following placeholders are available:

  • {PERC}: Displays the score of the current group. Only available at assessment message
  • {TOTAL}: Displays the total score. Only available at assessment message
  • {ASSESSMENT_CURRENT_TOTAL} (New in 1.86 ): This placeholder can be used within a survey to display the current total score. You have to set a total assessment for this. Keep in mind that the score is only updated when clicking "next" so this is useless in an all-in-one survey.

Tips & tricks

  • If you only want to use the {ASSESSMENT_CURRENT_TOTAL} placeholder (New in 1.86 ) within a survey without showing an assessment message at the end of the survey you can:
    • Don't define assessment rules : then the user have only the default end page without information on his assesment.
    • Use an end URL and activate the auto load end URL setting for your survey. Then the user will be directly forwarded to the given URL.

Video tutorials