Time question

<< Click to Display Table of Contents >>

Navigation:  Reference Manual > Questions >

Time question

A time question is one to which the answer is a time and is stored like an integer as HHMMSS.

The program automatically allocates a width of 6 digits to hold the number:

the first 2 digits hold the hour

the next 2 digits hold the minutes

the last 2 digits hold the seconds

You can set a range of valid times.

The answer value will be stored in the data locations allocated.

The program will only allow valid times to be entered for a time question.

A data check report will error questions with a time out of range.

TIP: time questions that are filtered past or have been skipped will be treated as "undefined" in arithmetic calculations.