Actions

QS

Time limit/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
'''説明'''
'''説明'''


Setting the time_limit attribute on a question will cause a countdown timer to begin counting down as soon as that question/page is loaded. At the expiry of the countdown timer the question will either automatically move on to the next page or become read-only.
質問にtime_limit属性を設定すると、質問の表示とともにカウントダウンが始まります。カウントダウンタイマーが切れると、自動的に次のページに進んだり、これ以上の入力をできないようにさせたりできます。


'''値チェック'''
'''有効な値'''
整数
*任意の正の整数


'''例'''
'''例'''


Set it to 240 to count down from 4 minutes (240 seconds).
240と入力すると、制限時間は4分(つまり240秒)となります。
</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Question Timer Options]]
[[Category:Question Settings/ja]][[Category:Question Timer Options/ja]]

Latest revision as of 14:03, 5 April 2019


制限時間 (time_limit)

説明

質問にtime_limit属性を設定すると、質問の表示とともにカウントダウンが始まります。カウントダウンタイマーが切れると、自動的に次のページに進んだり、これ以上の入力をできないようにさせたりできます。

有効な値

  • 任意の正の整数

240と入力すると、制限時間は4分(つまり240秒)となります。