Actions

QS

Hidden/de: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages />
<languages />
<onlyinclude>
<onlyinclude>
===Always hide this question (hidden)===


===Diese Frage immer verstecken (hidden)===
'''Beschreibung'''


'''Beschreibung'''
If enabled, the question will always be hidden - it will not be displayed to the survey participants. This function can be used in the following scenarios:
 
* If you wish to prefill a question with a URL and you want not to have it displayed on the screen. This overrides any conditions used within the survey because the respective question will not even be embedded on the page.
* If you wish to store or calculate a value on the fly via the [[Expression Manager]]


Wenn Sie eine Frage per URL vorausfüllen kann diese Einstellung benutzt werden um die Frage und ihren Wert vor dem Teilnehmer vollständig zu verstecken. Dies überschreibt alle Bedingungen, weil die Frage nie in die Seite eingebunden wird. Wenn Sie nur eine Frage verstecken wollen, um etwa einen Wert zu speichern, der mit Javascript automatisch berechnet wird, benutzen Sie stattdessen Javascript im Quelltext der Frage.
{{Hint|Text=A common question type that is used with this function is the [[Question_type_-_Equation|Equation]] one.}}


{{Hint|Text=The question are not diplay in HTML, it can be set with an [[Question_type_-_Equation|equation question]] or survey URL, but not in javascript}}
'''Available options'''
'''Available options'''
*On
*On
*Off (default)
*Off (default)
</onlyinclude>
</onlyinclude>


[[Category:Question Settings/de]][[Category:Advanced Question Settings/de]]
[[Category:Question Settings]][[Category:Question Display Options]]

Revision as of 21:45, 7 March 2018


Always hide this question (hidden)

Beschreibung

If enabled, the question will always be hidden - it will not be displayed to the survey participants. This function can be used in the following scenarios:

  • If you wish to prefill a question with a URL and you want not to have it displayed on the screen. This overrides any conditions used within the survey because the respective question will not even be embedded on the page.
  • If you wish to store or calculate a value on the fly via the Expression Manager
 Hint: A common question type that is used with this function is the Equation one.


Available options

  • On
  • Off (default)