Actions

QS

Time limit action/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "'''説明'''")
(Created page with "time_limit値が終わった時に起こすアクションを設定します。デフォルトは、「警告して次に進む」で、時間切れの警告メッセージが...")
Line 6: Line 6:
'''説明'''
'''説明'''


Sets the action performed when a time_limit has expired. By default the action for a time limit is "Warn and move on", which means the system will give a short warning that the time limit has expired before saving the question and effectively automatically clicking "Next >>". The alternative choices are to:
time_limit値が終わった時に起こすアクションを設定します。デフォルトは、「警告して次に進む」で、時間切れの警告メッセージが表示されたのちに、"次へ >>"ボタンが自動的に押されます。
* "Move on without warning", which automatically clicks the "Next >>" button after the timer is finished but without any warning message.
*他の選択肢としては、「警告なしに次に進む」があり、これは、"次へ >>"ボタンを警告メッセージなしに自動的に押してしまいます。
* "Disable only", which disables changes in the question so the participant can't change anything but doesn't automatically click the "Next >>" button.
*また、「入力不能にするのみ」では、これ以上の回答の変更ができなくなり、"次へ >>"を押すしかなくなります。ただし自動的に押されるのではありません。


This setting is only applicable if the general Time limit setting is activated.
This setting is only applicable if the general Time limit setting is activated.

Revision as of 04:41, 5 February 2014


時間切れアクション(time_limit_action)

説明

time_limit値が終わった時に起こすアクションを設定します。デフォルトは、「警告して次に進む」で、時間切れの警告メッセージが表示されたのちに、"次へ >>"ボタンが自動的に押されます。

  • 他の選択肢としては、「警告なしに次に進む」があり、これは、"次へ >>"ボタンを警告メッセージなしに自動的に押してしまいます。
  • また、「入力不能にするのみ」では、これ以上の回答の変更ができなくなり、"次へ >>"を押すしかなくなります。ただし自動的に押されるのではありません。

This setting is only applicable if the general Time limit setting is activated.

Available options

  • Warn and move on (default) = will warn the participant that the time has expired, and then click the next button
  • Move on without warning = will immediately click the next button after the time limit has expired
  • Disable only = will disable the answer after the time limit has expired but not automatically click next

Note regarding group-by-group mode: When in group-by-group mode, the "move on" actions of the timer are replaced with a "disable" action. This is so the timer does not affect other questions on the page.