Actions

QS

Array filter exclude/de: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Created page with "'''Beispiel'''")
Line 37: Line 37:
The Array filter exclusions settings will cascade – that is you can select a question which filters another question, which filters another question, and so on.
The Array filter exclusions settings will cascade – that is you can select a question which filters another question, which filters another question, and so on.


'''Example'''
'''Beispiel'''


Ticking items 'One' and 'Three' in the first question results in those questions not being displayed in the subsequent question which users array filter exclusion
Ticking items 'One' and 'Three' in the first question results in those questions not being displayed in the subsequent question which users array filter exclusion

Revision as of 10:57, 16 June 2013


Array exclusion filter (array_filter_exclude)

Beschreibung

Die "Matrix Ausschlussfilter"-Einstellung ermöglicht es mit Hilfe einer Mehrfachauswahlfrage Antworten auszuwählen die nicht in einer folgenden Liste, Matrix oder Mehrfachauswahlfrage angezeigt werden.

Starting in 1.92, subsequent questions can be filtered on any array question types, including:
  • Multiple choice
  • Multiple choice with comments
  • Multiple short text
  • Multiple numeric
  • Array (5 point, 10 point, Yes/No/Unknown, Increase/Same/Decrease, Column)
  • Array (Dual Scale, Text, Numbers)
  • Ranking

Außerdem kann jeder dieser Fragetypen an sich gefiltert werden.

Die einzige Ausnahme ist der Array (nach Spalte)-Fragetyp, der andere Fragen filtern kann, aber selbst nicht gefiltert werden kann.

Filter setzen

Enter the question code of a multiple options question to use as the source information. For example, if your source multiple option question code is "Q1" enter "Q1" into 'Array filter exclusion' input in the advanced settings of the question you want to filter.

Starting in 1.92, you can enter multiple array_filter_exclude options for a single question, separated by semicolons

The source question has to contain exactly the same list of answers/subquestion as the question you wish to filter. Your question will then only display those answers/subquestion that were not selected in the multiple options question.

If the questions do not have exactly the same set of answers/subquestions and codes, then the filters will break.

Starting in 1.92, if Q2 has sub-questions that are not present in Q1, they will always be displayed rather than breaking the filters.

Cascading

The Array filter exclusions settings will cascade – that is you can select a question which filters another question, which filters another question, and so on.

Beispiel

Ticking items 'One' and 'Three' in the first question results in those questions not being displayed in the subsequent question which users array filter exclusion

Multi Option Question

Code:Q1

Question: Which animals do you like?

1 Katze

2 Hund

3 Zebra

Array 5 Point Choice Question