Loại câu hỏi - Thang đo kép mảng
From LimeSurvey Manual
Mô tả ngắn
Loại câu hỏi này cung cấp hai thang tùy chọn trả lời cho mỗi câu hỏi phụ. Bạn có thể đặt tiêu đề cho từng thang đo từ tùy chọn hiển thị câu hỏi:
Bạn cũng có thể đặt thuộc tính câu hỏi đặc biệt để sử dụng loại câu hỏi này với các hộp thả xuống:
Ví dụ 1: Dual Scale Example.zip
Ví dụ 2: Dual Scale Dropdown Example.zip
Tùy chọn chung
Hiển thị
Answer width (answer_width)
Description
This value sets the answer column width by using a percentage system. For example, if you type in this field 40, then 40 percent of the width of the question will be used for answers. The remaining width will be equally divided between the subquestions.
Valid values
- Any integer value from 1 to 100.
Hide tip (hide_tip)
Description
Most questions will usually include a tip that says "Please choose one of the following options" or a hint text on how to fill out the question. This attribute allows you to turn off or on this tips/hints.
These tips/hints include validation criteria messages (such as min/max number of answers, min/max/equals sum value). If hide_tip is enabled, these messages will be hidden. However, if the user enters invalid data, the tips will appear. They will be coloured in red, getting changed to green once the validation criteria are met.
Available options
- On - the tips/hints are hidden;
- Off (default).
Random answer order (random_order)
Description
This attribute causes LimeSurvey to ignore the existing order of answer options/subquestions, and instead it orders them randomly. This option permits the survey creator to diminish the survey bias. Please note that if a question has subquestions, the order of subquestions will be randomized, not the order of the answer options.
Available options
- Yes - Randomize when participant enters survey
- No (default)
CSS class (css_class)
Description
If you want to add special CSS classes to certain questions, you can enter the CSS class name(s) in this box. Make sure you leave an empty space between different class names.
Valid values
- Any text string with a space between different CSS class names.
Header for first scale (dualscale_headerA)
Description
This is the text to be displayed above the first scale of answer options.
Valid values
- Any text string
Header for second scale (dualscale_headerB)
Description
This is the text to be displayed above the second scale of answer options.
Valid values
- Any text string
Use dropdown boxes (use_dropdown)
Description
If this function is enabled, the answer options layout will use dropdown boxes instead of radio buttons.
Available options
- On - dropdown boxes are used.
- Off (default) - radio buttons are used.
Dropdown prefix/suffix (dropdown_prepostfix)
Description
In the dual scale questions with the dropdown option enabled, if this attribute is set, the layout will use the provided text as a prefix and/or suffix before and after the dropdown input elements. The format is prefix|suffix.
Valid values
- Any text string.
Examples
- Suffix with the letters EUR: "|EUR"
- Prefix with the letters USD: "USD|"
- Both prefix and suffix: "USD|EUR"
Screenshot prefix:
Dropdown separator (dropdown_separators)
Description
In the dual scale questions with the dropdown option enabled, if this attribute is set, the layout will use the provided text as a separator between the dropdown boxes that correspond to each scale.
Valid values
- Any text string.
Example
Relevance help for printable survey (printable_survey_relevance_help)
Description
If you wish to print a survey, you can also print the relevance equations for each question. But, if you wish to offer instead an explanation rather than the expression on the printed form, fill in this box with the text explanation for the relevance equation.
Valid values
- Any text and/or numbers you wish to be displayed on the printable form.
Lý luận
Minimum answers (min_answers)
Description
This function can be used to ensure that a user selects at least a certain number of answers in a multiple choice question.
Valid values
- Any integer value above 0
- Any number
- Any SGQA code
- Any question code (variable name)
- Any equation, using ExpressionScript syntax, without surrounding curly braces.
Example
If set to X (a random number), the users can submit the survey form if they select at least X checkboxes. If this option is utilised for ranking questions, this ensures that at least three items are ranked before allowing the respondent to submit the answers/survey.
Maximum answers (max_answers)
Description
It can be used to limit the total number of answers a user can select in a multiple choice question.
Valid values
- Any number value
- Any SGQA code
- Any question code (variable name)
- Any equation, using ExpressionScript syntax, without surrounding curly braces.
Example
If set to 2, the user will only be able to check at most two checkboxes or one checkbox + fill the "Other" field (if any). For the Ranking question type, the participant would be able to select maximum two items.
Randomization group name (random_group)
Description
It places the questions into a specified randomization group, all questions included in the specified group being displayed in a random order to the survey respondents.
You can find a sample survey using randomization group name in ExpressionScript sample survey.
Valid values
Just enter any string you like (for example: 'group1'). All question which have set the same string within the randomization group name box will have their place in the survey randomized (=randomly exchanged among each other).
Preview
To preview the questions use the preview survey instead of the preview question group function, as the second has been reported to not show the questions in a randomized order.
Khác
SPSS export scale type (scale_export)
Description
This is used for SPSS export only. This attribute overrides the default scale guessed by SPSS. To learn what the different measurement scales do, please read the related SPSS documentation.
Available options
- Default (default)
- Nominal
- Ordinal
- Scale
Thống kê
Show in public statistics (public_statistics)
Description
This attribute allows the survey administrator to chose if a particular question results should be displayed to the survey participants after they submitted the survey.
The default setting for each question is 'Off' (=Do not show the question statistics to the respondents). You have to enable this for every single question if you want to show the survey statistics of that (those) particular question(s) to the survey participants after the survey submission.
Available options
- On
- Off (default)
Display chart (display_chart)
Description
This attribute allows the survey administrator to choose if a chart that contains the question results should be displayed to the survey participants after they filled out the survey.
- public statistics survey setting from the presentation & navigation settings
- show graphs survey setting from the presentation & navigation settings
- public statistics question attribute, and
- display chart question attribute.
Available options
- On
- Off (default)
Chart type (chart_type)
Description
This attribute allows the survey administrator to choose which type of chart will be displayed to the respondent once he/she finished filling out the survey.
Available options
- Bar chart
- Pie chart
- Radar
- Line
- PolarArea
- Doughnut