Actions

Translations

Translations:Tab Separated Value survey structure/28/en

From LimeSurvey Manual

Revision as of 15:00, 2 August 2017 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Tab Separated Value Survey Structure/28/en to Translations:Tab Separated Value survey structure/28/en without leaving a redirect: Part of translatable page "Tab Separated Value Survey Structure".)

One row per question.  Questions are assumed to belong to the group that precedes them.

  1. class = 'Q'
  2. type/scale => type -- the (usually one letter) question type (e.g. 'M' is Multiple Choice)
  3. name => title -- the unique question name (the root of the qcode naming system)
  4. relevance => relevance -- the relevance equation  for the question
  5. text => question -- the language-specific text of the question
  6. help => help -- the language-specific help text
  7. language => language -- the language for the group (e.g. 'en')
  8. validation => preg -- the optional regular expression validation criteria for the question
  9. mandatory => mandatory -- 'Y' if mandatory
  10. other => other -- 'Y' if the "Other" option should be available (only for some question types)
  11. default => default -- if set, this value is inserted into the defaultvalues table for this question
  12. same_default => same_default -- 'Y' for true, in which case any defaultvalue set for primary language applies to other languages