Actions

Translations

Tab Separated Value survey structure/28/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "Een regel per vraag.  Vragen behoren bij de groep die eraan voorafgaat. #class = 'Q' #type/scale => type -- de (meestal één letter) vraagtype (bijv 'M'...")
 
No edit summary
Line 1: Line 1:
Een regel per vraag.  Vragen behoren bij de groep die eraan voorafgaat.
Een regel per vraag.  Vragen behoren bij de groep die eraan voorafgaat.
#class = 'Q'
#class = 'Q'
#type/scale => type -- de (meestal één letter) [[Question types/n|vraagtype]] (bijv 'M' is Meerkeuze)
#type/scale => type -- de (meestal één letter) [[Question_types/n|vraagtype]] (bijv 'M' is Meerkeuze)
#name => title -- de unieke vraagnaam (de basis van de qcode naamgeving)
#name => title -- de unieke vraagnaam (de basis van de qcode naamgeving)
#relevance => relevance -- de [[Expression Manager/n#Access_to_Variables|relevantie vergelijking]]  van de vraag
#relevance => relevance -- de [[Expression_Manager/nl#Toegang_tot_variablen|relevantie vergelijking]]  van de vraag
#text => question -- de tekst van de vraag in een specifieke taal
#text => question -- de tekst van de vraag in een specifieke taal
#help => help -- taalspecifieke helptekst
#help => help -- taalspecifieke helptekst

Revision as of 19:26, 28 April 2016

Message definition (Tab Separated Value survey structure)
One question row per survey language (e.g., there would be 3 question rows if survey has 3 languages). Questions are assumed to belong to the group that precedes them.
#id => unique numeric identifier for the question, starting with number 1, use the same ID for additional languages belonging to current question
#class => 'Q'
#type/scale => type -- the (usually one letter) [[Question types|question type]] (e.g., 'M' is Multiple Choice)
#name => title -- the unique question name (the root of the qcode naming system)
#relevance => relevance -- the [[ExpressionScript - Presentation#Access_to_Variables|relevance equation]] for the question
#text => question -- the language-specific text of the question
#help => help -- the language-specific help text
#language => language -- the language for the group (e.g., 'en')
#validation => preg -- the optional regular expression validation criteria for the question
#mandatory => mandatory -- 'Y' if mandatory
#other => other -- 'Y' if the "Other" option should be available (only for some question types)
#default => default -- if set, this value is inserted into the defaultvalues table for this question
#same_default => same_default -- 'Y' for true, in which case any defaultvalue set for primary language applies to other languages

Een regel per vraag.  Vragen behoren bij de groep die eraan voorafgaat.

  1. class = 'Q'
  2. type/scale => type -- de (meestal één letter) vraagtype (bijv 'M' is Meerkeuze)
  3. name => title -- de unieke vraagnaam (de basis van de qcode naamgeving)
  4. relevance => relevance -- de relevantie vergelijking  van de vraag
  5. text => question -- de tekst van de vraag in een specifieke taal
  6. help => help -- taalspecifieke helptekst
  7. language => language -- de taal van de groep (bijv. 'en')
  8. validation => preg -- de optionele regulaire expressie validatie-criteria van de vraag
  9. mandatory => mandatory -- 'Y' indien verplicht
  10. other => other -- 'Y' indien de optie 'Anders' beschikbaar moet zijn (niet voor alle vraagtypes)
  11. default => default -- indien gezet, de standaardwaarde-tabel voor de vraag
  12. same_default => same_default -- 'Y' voor ja, dan gelden de standaardwaarden van de standaardtaal ook voor de andere talen