NIPO ODIN Version 5.17
Characteristics for Question Elements
Of each question element the following characteristics can be manipulated:
- Font type
- Font size
- Color
- Horizontal position (left aligned, centered, right aligned)
- Vertical position (top, centered, bottom)
- Button size
- Button skin
- Button behavior
- Button location
In order to reach such an elaborated control over the layout of the question, a large number of selectors are placed within the generated HTML code. These selectors can be divided into three groups:
- Default selectors. These are attributes generated with each question.
- Question selectors. These are attributes related to the type of question.
- Independent selectors. These are attributes that have no link to the type of question or are separate from the default attributes.
In addition, a sequence of attribute selectors is created. For example, a code question with 4 options will result in:
- An attribute for each individual option (1 to 4)
- A general attribute for all options
- An attribute for all even options (2 and 4)
- An attribute for all odd options (1 and 3)
- An attribute for the first option (1)
- An attribute for the last option (4)
All these placed selectors allow you to alter the layout of the question in every possible way. If you like to change color per option, add an indent or any other requirement, it can be created with these selectors.
Note: The NIPO HTML Generator does not syntax-check the attributes and properties in CSS files.
|