Hallo
is there any way to default select a question type in the "Question Types list" for every new question in a survey?
We are going to register hundreds of questions, all of the same type (List - radio)
As far as I know this is not possible. But a way to do this is copying the question XXX times, so that you only have to change the name and the text of the question.
Frans
in the file: application/controllers/admin/question.php
(admin/questionhandling.php for older versions)
search (around line 765) :
Code:
$eqrow['type']='T';
and change for
Code:
$eqrow['type']='L';
/!\ Remember and check your changes after any LS major update
=> For people needing other question types: Array
Type A: Array (5 point choice)
Type B: Array (10 point choice)
Type C: Array (Yes/No/Uncertain)
Type E: Array (Increase/Same/Decrease)
Type H: Array by column
Type : - Array dual scale
Array (Numbers)
Array (Text)
Mask questions
Type Date
File upload
Type G: Gender
Language switch
Type N: Numerical input
Multiple numerical input
Type R: Ranking
Type X: Text display
Type Y: Yes/No
Equation
Multiple choice questions
Type M: Multiple choice
Multiple choice with comments
Single choice questions
Type 5: 5 point choice
Type !: List (Dropdown)
Type L: List (Radio)
Type O: List with comment
Text questions
Type S: Short free text
Type T: Long free text
Type U: Huge free text
Type Q: Multiple short text