Actions

Assessments/ja: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Created page with "<div class="simplebox">注:バージョン1.92から、数式マネージャ Expression Manager を使って、さらに洗練された評価やレポ...")
Line 1: Line 1:
<languages /> __TOC__
<languages /> __TOC__


<div class="simplebox">Note: Starting in Version 1.92, you can create more sophisticated assessments and reports using [[Expression Manager|Expression Manager]].  It lets you access all variable types, and easily generate tailored  reports at any point in the survey (not just the end).  Using the new Equation question type, you can have LimeSurvey automatically save your assessment calculate and/or report to the database</div>
<div class="simplebox">注:バージョン1.92から、数式マネージャ [[Expression Manager|Expression Manager]] を使って、さらに洗練された評価やレポートをつくることができます。アンケート中の(終了後だけでなく)任意の時点で、すべての変数の値を使って、カスタム化したレポートを生成できます。新しい数式質問タイプを使って、LimeSurveyが自動的にその評価値やレポートをデータベースに格納します。</div>


=General=
=General=

Revision as of 08:59, 22 January 2014

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

General

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

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

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

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

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

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

v1.0以降のLimeSurveyでは、5点尺度形式の質問の回答は数値で記録されます。(例: http://demo.limesurvey.org/index.php?sid=227 )複数選択形式の回答は正しく記録できません。(例: http://demo.limesurvey.org/index.php?sid=228 )v1.46β以降では、5点尺度形式 "または" 複数選択形式であれば正しく記録できます。5点尺度"かつ"複数選択形式の場合は、評価が正しく行われません。

評価ツールを用いると、アンケート(質問全部もしくはグループ毎)の回答の値の合計を基準とする、評価のルールを設定することができます。設定画面から、評価ルールの閲覧・編集・削除・新規作成ができます。

以下は「追加/編集」ボックスのメニューの解説です:

  • スコープ: 評価に利用する質問の範囲を設定します。アンケート全体を用いる「全体」と、特定のグループだけを用いる「グループ」が選択できます。
  • グループ: 評価のスコープとして「グループ」を選択した場合、どのグループを評価に用いるかを選択します。
  • 最小値: 回答の値の合計がいくら以上の場合にこの評価を適用するか(評価適用範囲の最小値)を入力します。
  • 最大値: 回答の値の合計がいくら以下の場合にこの評価を適用するか(評価適用範囲の最大値)を入力します。
  • 見出し: 評価が表示される際の見出しです。
  • メッセージ: 評価の時に実際に表示されるメッセージです。HTMLタグが利用できます。
  • URL: 評価とともに表示されるURLです。

評価はいくつでも設定できます。同じ数値に対して複数の評価を作成することもできます。

重要:評価を利用する際は、アンケートの投稿完了時に特定のURLを自動的に読み込む機能を用いることはできません。評価はアンケートの投稿後にしか実施できないからです。

An english sample survey demonstrating the use of assessments at LimeSurvey is available for download. You can import this survey at your LimeSurvey system for testing ("import" tab at survey creation page):

As an example, consider the following: You have two questions in your survey, the first question asks if the user smokes: "Do you smoke?". The question has 3 possible answers, "Yes more than 10 per day" with an answer code of "10", "Yes, but less than 10 per day" with an answer code of "5" and "No, I don't smoke at all" with an answer code of "1".

The second question "Do you exercise?" has three possible answers; "Yes, I exercise for at least half an hour three times a week" with a value of "1", "Yes, I exercise every now and then" with a value of "5" and "No, I don't ever do any exercise" with an answer code/value of "10".

If we were to add the totals of the values for each possible answer at the end of the survey, we'd have a good indication of the general health of the respondent. Someone who smokes and doesn't ever do any exercise will have scored 10 in each of their answers, giving a sum of 20 when we add the values together. Someone who doesn't smoke and exercises regularly will have scored 1 in each of the answers with a total of 2 when we add the values together.

How to use

Activate assessments

To be able to see and edit assessments for answers visit the survey settings and change the setting Use assessments? in the Notification & data management tab to 'Yes'. After that you will be presented with additional fields when editing answers.

In label sets these fields are always visible.

Set assessment values for each answer/label

The assessments tool allows you to set some rules based on the summed assessment values of the questions in the survey, either for the total survey, or for each group within the survey. If you now edit an answer of a question you will see an additional field right beside each code field where you can set an assessment value for this answer.

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.

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