Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:filter-boolean [28.11.2014 13:34] – [Linking Multiple Conditions] alexander.ritteren:create:filter-boolean [28.11.2014 13:38] – [Check If a Selection has the One OR Another Value] alexander.ritter
Line 24: Line 24:
 ===== Linking Conditions with AND ===== ===== Linking Conditions with AND =====
  
-Suppose the user should be asked whether he has downloaded images, ringtones etc from his cell phone onto the computer before. However, this should only be asked if he owns a computer as well as a cell phone. The user is asked what he owns in a multiple choice question "TF02". Options chosen in the multiple choice are given the code 2, those that are not chosen are given the code 1.+Suppose the user should be asked whether he has downloaded images, ringtones etc from his cell phone onto the computer before. However, this should only be asked if he owns a computer as well as a cell phone. The user is asked what he owns in a multiple-choice question "TF02". Options chosen in the multiple choice are given the code 2, those that are not chosen are given the code 1.
  
 {{:de:create:scr.filters.example_checkbox.png?nolink|Example of a Multiple Selection as a Filter Question}} {{:de:create:scr.filters.example_checkbox.png?nolink|Example of a Multiple Selection as a Filter Question}}
Line 81: Line 81:
 </code> </code>
  
-**Tip:** Three or four items in a question can be looked up in the same way. However, there is a more elegant solution once there are more items. This is introduced in the chapter [[filter-itemcount|Check If at Least One Value was Selected]].+**Tip:** Three or four items in a question can be called up in the same way. However, there is a more elegant solution once there are more items. This is introduced in the chapter [[filter-itemcount|Check If at Least One Value was Selected]].
  
  
 ===== Check If a Selection has the One OR Another Value ===== ===== Check If a Selection has the One OR Another Value =====
  
-It must be checked often whether a certain set of values was selected in a completely normal selection or for a scale item. For example, if the value 1, 2 or 3 was selected. +It must often be checked if a certain set of values was selected in a completely normal selection or for a scale item. For example, if the value 1, 2 or 3 was selected. 
  
 If the values are directly linked, the greater than (>) and less than (<) comparison operators can be used.  If the values are directly linked, the greater than (>) and less than (<) comparison operators can be used. 
Line 97: Line 97:
  
  
-If the values are not linked, then each condition can be looked up individually:+If the values are not linked, then each condition can be called up individually:
  
 <code php> <code php>
en/create/filter-boolean.txt · Last modified: 07.12.2023 12:31 by empschul
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki