Exam feature ប្ដូរ survey ទ ៅ ជ ា timed quiz ។ countdown timer ត ្ រ ូ វ display ដ ល ់ respondent ។


check-exam() function

  check-exam(examTime, questionToStoreRemainingTime)
check-exam(examTime, questionToStoreRemainingTime, rightSound, wrongSound, excludeQuestion)
  

Parameters

#Parameterការពិពណ៌នា
1examTimeTotal exam duration ជ ា seconds
2questionToStoreRemainingTimename ន ៃ field ដ ើ ម ្ ប ី store remaining time
3rightSoundAudio file ចំ ល ើ យ ត ្ រ ូ វ
4wrongSoundAudio file ចំ ល ើ យ ខ ុ ស
5excludeQuestionComma-separated field names ដ ើ ម ្ ប ី exclude

Basic setup

typenamelabelcalculation
calculateexam_configcheck-exam(600, 'remaining_time')
calculateremaining_time

With audio feedback

typenamelabelcalculation
calculateexam_configcheck-exam(300, 'remaining_time', 'correct.mp3', 'wrong.mp3')

Excluding questions ពី timer

  check-exam(300, 'remaining_time', '', '', 'intro_note,consent_ack,section_header')
  

Best Practices

  1. ជ ា ន ិ ច ្ ច inform respondents អំ ព ី time limit ។
  2. Exclude intro notes ហ ើ យ consent questions ។
  3. ប ្ រ ើ remaining_time ដ ើ ម ្ ប ី detect time-outs ។

Limitations

  • Timer display-only — form ដ ោ យ ស ្ វ ័ យ ប ្ រ វ ត ្ ត ិ submit ម ិ ន ។
  • Exam feature ជ ា rtSurvey extension ។
តើទំព័រនេះមានប្រយោជន៍ទេ?