NIPO ODIN Version 5.17

Previous Topic

Next Topic

Order of Checking Odintemplate Files

The system check all available NIPO ODIN template files in the following order and will stop searching when it finds the closest matching Odintemplate file.

Order of checking odintemplates from first to last

Order Odintemplate

1

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.odintemplate

2

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.QType-{QuestionType}.odintemplate

3

{SURVEY}.S-{SUBSURVEY}.QNumber-{QuestionNumber}.odintemplate

4

{SURVEY}.S-{SUBSURVEY}.QType-{QuestionType}.odintemplate

5

{SURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.odintemplate

6

{SURVEY}.L-{LANGUAGE}.QType-{QuestionType}.odintemplate

7

{SURVEY}.QNumber-{QuestionNumber}.odintemplate

8

{SURVEY}.QType-{QuestionType}.odintemplate

9

{SURVEY}.S-{SUBSURVEY}.L-{LANGUAGE}.odintemplate

10

{SURVEY}.S-{SUBSURVEY}.odintemplate

11

{SURVEY}.L-{LANGUAGE}.odintemplate

12

{SURVEY}.odintemplate

13

Default.S-{SUBSURVEY}.L-{LANGUAGE}.QNumber-{QuestionNumber}.odintemplate

14

Default.S-{SUBSURVEY}.L-{LANGUAGE}.QType-{QuestionType}.odintemplate

15

Default.S-{SUBSURVEY}.QNumber-{QuestionNumber}.odintemplate

16

Default.S-{SUBSURVEY}.QType-{QuestionType}.odintemplate

17

Default.L-{LANGUAGE}.QNumber-{QuestionNumber}.odintemplate

18

Default.L-{LANGUAGE}.QType-{QuestionType}.odintemplate

19

Default.QNumber-{QuestionNumber}.odintemplate

20

Default.QType-{QuestionType}.odintemplate

21

Default.S-{SUBSURVEY}.L-{LANGUAGE}.odintemplate

22

Default.S-{SUBSURVEY}.odintemplate

23

Default.L-{LANGUAGE}.odintemplate

24

Default.odintemplate

25

System defaults

Note:
For information on QType, see Question Types.

Contrary to stylesheets, the system load the closest matching OdinTemplate file that it can find, rather than accumulating all matching files. However, style selectors may be changed in templates as well as in stylesheets, so a style in the OdinTemplate may be overruled by the style that was specified in a stylesheet.

See Also