Actions

Question type - Date/fr: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
 
(32 intermediate revisions by 3 users not shown)
Line 8: Line 8:
<onlyinclude>{{#ifeq:{{{transcludesection|short_description}}}|short_description|<div style="display:none;"></div>
<onlyinclude>{{#ifeq:{{{transcludesection|short_description}}}|short_description|<div style="display:none;"></div>


This question type can be used to ask for a certain date, time or a combination of both date and time. The values can be selected by the participants either from a popup calendar or from [[Question type - Date#Display dropdown boxes (dropdown_dates)|dropdown boxes]]. [[Question type - Date#Question validation equation (em_validation_q)|Validation]], [[Question type - Date #Minimum date (date_min)|minimum]], and/or [[Question type - Date#Maximum date (date_max)|maximum dates]] can be chosen by the survey administrator. Various date and time formats [[Question_type_-_Date#Date/Time format|are supported]].
Ce type de question peut être utilisé pour demander une certaine date, heure ou une combinaison de date et d'heure. Les valeurs peuvent être sélectionnées par les participants soit à partir d'un calendrier contextuel, soit à partir de [[Type de question - Date#Afficher les listes déroulantes (dropdown_dates)|listes déroulantes]]. [[Type de question - Date#Équation de validation de la question (em_validation_q)|Validation]], [[Type de question - Date #Date minimale (date_min)|minimum]] et/ou [[Type de question - Date#Date maximale (date_max) |dates maximales]] peuvent être choisies par l'administrateur de l'enquête. Différents formats de date et d'heure [[Question_type_-_Date#Date/Time format|sont pris en charge]].


<center>[[File:timepicker.jpg]][[File:D_Date_DD.jpg]]
<center>[[File:timepicker.jpg]][[File:D_Date_DD.jpg]]
Line 14: Line 14:
</center>
</center>


'''Example:''' [[Media:Example_Date_Time.zip|Example_Date_Time.zip]]
'''Exemple :''' [[Média:Example_Date_Time.zip|Example_Date_Time.zip]]


<div style="display:none;"></div>}}</onlyinclude><div style="display:none;"></div>
<div style="display:none;"></div>}}</onlyinclude><div style="display:none;"></div>


=General options=
=Options générales=


{{QS:mandatory}}
{{QS :obligatoire}}


{{QS:relevance}}
{{QS : pertinence}}


=Display=
=Affichage=


{{QS:dropdown_dates}}
{{QS:dropdown_dates}}
Line 30: Line 30:
{{QS:hide_tip}}
{{QS:hide_tip}}


{{QS:Month_display_style}}
{{QS : Month_display_style}}


{{QS:Reverse}}
{{QS : Inverser}}


{{QS:Question_theme}}
{{QS : Question_theme}}


{{QS:Hidden}}
{{QS : caché}}


{{QS:CSS_Class}}
{{QS : CSS_Classe}}


{{QS:date_min}}
{{QS :date_min}}


{{QS:date_max}}
{{QS :date_max}}


{{QS:Printable_survey_relevance_help}}
{{QS:Printable_survey_relevance_help}}


=Input=
=Entrée=


{{QS:date_time_format}}
{{QS :date_time_format}}


{{QS:Minute_step_interval}}
{{QS : Minute_step_interval}}


=Logic=
=Logique=


{{QS:Random_group}}
{{QS :Random_group}}


{{QS:em_validation_q}}
{{QS:em_validation_q}}
Line 60: Line 60:
{{QS:em_validation_q_tip}}
{{QS:em_validation_q_tip}}


=Other=
=Autre=


{{QS:Page_break}}
{{QS : Page_break}}


=Statistics=
=Statistiques=


{{QS:Display_chart}}
{{QS : Display_chart}}


{{QS:Chart_type}}
{{QS : Chart_type}}




=Dates et Expression Manager : Calcul et validation avancés =
=Dates et ExpressionScript : validation et calcul avancés=


Limesurvey (versions 2.05+ and above) makes it fairly easy to validate dates using the [[Question type - Date#Minimum date (date_min)|date_min]] and [[Question type - Date#Maximum date (date_max)|date_max]] fields (see above). Use these whenever possible. If you need to do more advanced validation, you may be able to work (and calculate) with dates using the [[Expression Manager|Expression Manager]] and the function strtotime(). It calculates the number of seconds from the 1st January 1970 to a given date.  
Limesurvey (versions 2.05+ et supérieures) permet de valider assez facilement les dates en utilisant le [[Type de question - Date#Date minimale (date_min)|date_min]] et [[Type de question - Date#Date maximale (date_max)|date_max]] champs (voir ci-dessus). Utilisez-les autant que possible. Si vous avez besoin d'effectuer une validation plus avancée, vous pourrez peut-être travailler (et calculer) avec des dates à l'aide de [[ExpressionScript - Présentation|ExpressionScript]] et de la fonction strtotime(). Il calcule le nombre de secondes écoulées entre le 1er janvier 1970 et une date donnée.  




'''Example:''' if you want to display in a question text the number of days that have passed since a departure date (asked in a previous question) and today, you can can use the expression {(strtotime("now")-strtotime(departure))/60/60/24}.
'''Exemple :''' si vous souhaitez afficher dans un texte de question le nombre de jours écoulés depuis une date de départ (demandée dans une question précédente) et aujourd'hui, vous pouvez utiliser l'expression {(strtotime("now ")-strtotime(départ))/60/60/24}.




Please be aware that strtotime() works with a lot of different formats, but with not all of them! For example, Limesurvey's default date format (MM-DD-YYYY) does '''NOT''' work with strtotime(). Please set your survey to use one of the following date formats to avoid problems: YYYY-MM-DD, YYYY/MM/DD, DD.MM.YYYY, MM/DD/YYYY or DD-MM-YYYY.
Veuillez noter que strtotime() fonctionne avec de nombreux formats différents, mais pas avec tous ! Par exemple, le format de date par défaut de Limesurvey (MM-JJ-AAAA) ne fonctionne PAS avec strtotime(). Veuillez configurer votre enquête pour qu'elle utilise l'un des formats de date suivants afin d'éviter les problèmes : AAAA-MM-JJ, AAAA/MM/JJ, JJ.MM.AAAA, MM/JJ/AAAA ou JJ-MM-AAAA.


{{Alert||text=Dates in Limesurvey are saved as a string (text format). The [[Expression Manager]] converts all dates part of an expression into the standard format "yyyy-mm-dd HH:MM:SS". This makes it much easier to compare dates in an expression (e.g. "date1>date2"). If you need a datestring in the format it was asked in the question, use the ".shown" attribute (e.g.: You were born on the {birthdate.shown}.)}}  
{{Alert||text=Les dates dans Limesurvey sont enregistrées sous forme de chaîne (format texte). [[ExpressionScript - Présentation|ExpressionScript]] convertit toutes les dates faisant partie d'une expression au format standard "aaaa-mm-jj HH:MM:SS". Cela rend beaucoup plus facile la comparaison des dates dans une expression (par exemple "date1>date2"). Si vous avez besoin d'une chaîne de date au format demandé dans la question, utilisez l'attribut ".shown" (par exemple : vous êtes né le {birthdate.shown}.)}}  




[[Category:Question types]][[Category:Mask questions]]
[[Catégorie : Types de questions]][[Catégorie : Questions masquées]]

Latest revision as of 08:44, 2 October 2023

Brève description

Ce type de question peut être utilisé pour demander une certaine date, heure ou une combinaison de date et d'heure. Les valeurs peuvent être sélectionnées par les participants soit à partir d'un calendrier contextuel, soit à partir de listes déroulantes. Validation, minimum et/ou dates maximales peuvent être choisies par l'administrateur de l'enquête. Différents formats de date et d'heure sont pris en charge.

Exemple : Example_Date_Time.zip

Options générales

QS:Obligatoire

QS:Pertinence

Affichage

Display dropdown boxes (dropdown_dates)

Description

If enabled, the date/time question type will display a dropdown box to the respondents from where to choose the date/time, instead of the default popup.

Available options

  • On
  • Off (default)

Example

If it is turned on, the question will be displayed in the following way:



Hide tip (hide_tip)

Description

Most questions will usually include a tip that says "Please choose one of the following options" or a hint text on how to fill out the question. This attribute allows you to turn off or on this tips/hints.

These tips/hints include validation criteria messages (such as min/max number of answers, min/max/equals sum value). If hide_tip is enabled, these messages will be hidden. However, if the user enters invalid data, the tips will appear. They will be coloured in red, getting changed to green once the validation criteria are met.

Available options

  • On - the tips/hints are hidden;
  • Off (default).


Month display style (month_display_style)

Description

The months can be displayed to the respondents in three ways: by using their short names (Jan, Feb, etc.), full names (January, February, etc.) or the number/position of the month in the yearly calendar (01 for January, 02 for February, and so on).

Available options

  • Short names
  • Full names
  • Numbers


QS:Inverser


Question theme (question_theme)

Description

It allows you to use customized themes for the respective question.

Available options

  • Your created question themes which are located under the Question themes in the Themes panel.

See: https://manual.limesurvey.org/Question_themes

Note: This feature is under development at the moment.


QS:Caché

QS:CSS Classe


Minimum date (date_min)

Description

This question attribute can be used to set the minimum value for a date question (in y-m-d format or any English valid string - see below for more details). It can be used for both popup and dropdown display options. If a minimum date is not set, then 1.1.1900 is used as default.


  Attention : The Expression Manager validation option can also be used for setting up a "minimum date". However, if you you use the popup calendar and the expression relies on a previous question located on the same page, the year will not be displayed correctly in the popup calendar.



Valid values

  • Any date value in format YYYY-MM-DD (eg., 2017-08-24);
  • Any year value;
  • Any English string : "now", "-10 years", "tomorrow";
  • Reference to another date/time question : AnotherDateQuestion (using the question code);
  • Expressions : With expressions, a minimum date can be dynamically calculated. For example, you can use a date from a previous answer + 3 days as a minimum for the present question by entering: date("Y-m-d",strtotime(departuredate)+3*60*60*24).



Maximum date (date_max)

Description

This question attribute can be used to set the maximum value for the date question (in y-m-d format or any other English valid string - see below for more options). It can be used for both popup and dropdown display options.

  Attention : The Expression Manager validation option can also be used for setting up a "maximum date". However, if you use the popup calendar and the expression relies on a previous question located on the same page, the year will not be displayed correctly in the popup calendar.


Valid values

  • Any date value in format YYYY-MM-DD (eg., 2018-08-24);
  • Any year value;
  • Any English string : "now", "-10 years", "tomorrow";
  • Reference to another date/time question : AnotherDateQuestion (using the question code);
  • Expressions: With expressions, a date can be dynamically calculated. For example, you can use a date from a previous answer + 3 days as a maximum date for the present question by entering: date("Y-m-d",strtotime(departuredate)+3*60*60*24).


Relevance help for printable survey (printable_survey_relevance_help)

Description

If you wish to print a survey, you can also print the relevance equations for each question. But, if you wish to offer instead an explanation rather than the expression on the printed form, fill in this box with the text explanation for the relevance equation.

Valid values

  • Any text and/or numbers you wish to be displayed on the printable form.


Entrée

Date/Time format

Description

This question option can be used to specify a custom date format. If it is empty, the survey date format will be used.

Valid values

  • The d/dd,m/mm,yy/yyyy,H/HH,M/MM formats can be used to display the date and/or time, while "-", ".", "/", ":" can be used as separators.

Examples

  • yyyy-mm-dd - year-month-day;
  • dd.mm.yyyy HH:MM - day.month.year Hour:Minute;
  • HH:MM - Hour:Minute (only the time can be selected);
  • yyyy/mm - year/month.



Minute step interval (minute_step_interval)

Description

 Hint: This feature changed with version 3.14.12


It's used only input format makes use of minutes ("MM") .


Valid values

  • Any numerical value smaller than 60. Adding a value bigger than 60 is redundant -> only "0" or "00" will be displayed in the dropdown box as possible answers.


Example

In the below example, the minute step interval option was set up to 7:


Logique

Randomization group name (random_group)

Description

It places the questions into a specified randomization group, all questions included in the specified group being displayed in a random order to the survey respondents.

You can find a sample survey using randomization group name in ExpressionScript sample survey.

Valid values

Just enter any string you like (for example: 'group1'). All question which have set the same string within the randomization group name box will have their place in the survey randomized (=randomly exchanged among each other).


Preview To preview the questions use the preview survey instead of the preview question group function, as the second has been reported to not show the questions in a randomized order.



Question validation equation (em_validation_q)

Description

This is an equation that is used to validate the entire question (e.g, all of its parts collectively for a multi-answer question). If the question fails the validation criteria, then em_validation_q_tip message will be displayed (it uses the CSS style .error). This tip uses the .em_q_fn_validation CSS style, which is hidden by default within template.css.

The main difference between this feature and the subquestion validation equations (em_validation_sq option) is that for this feature, if the question (or question parts) fail validation, then an error message could be shown. For the subquestion validation, each text entry cell (e.g., in an array question type, but it can also be applied to single entry question types) will be styled so that the background color is (light) red.

Valid values

  • Any equation that makes use of the ExpressionScript syntax, without surrounding curly braces.

Example

  • You want to collect demographic information from users via a multiple short text question, and you want to validate that the user has entered a valid email address and phone number.

This example shows how the question looks with invalid answers:

And here is what it looks like with one invalid answer:

Here is how you edit a question to enter that information:

And here is part of the Show Logic File output that lets you check the accuracy of your expression and ensure that there are no syntax errors:

As you can see, the validation equation tests that both the email and phone number are either empty or match a regular expression filter.

The validation tip only shows the warning message if the phone or email appears invalid.

 Hint: In order to create complex validation messages, read about the usage of the ExpressionScript.


If you wish to import the example from above into your LimeSurvey installation, download the following .lsq file: Em_validation_q_example.zip.

 Hint: Remember, LimeSuvey uses the Perl syntax for regular expressions, so they should start and end with / (slash character)!



Tip for whole question validation equation (em_validation_q_tip)

Description

If you are using the question validation equation, you can use this box in order to display an optional message as question tip on how the question has to be filled out.

Valid values

Example

See the example from the question validation equation wiki section- it shows how the tip can be tailored to show which parts of a multiple short text question fail the validation criteria.


Autre

Insert page break in printable view (page_break)

Description

This attribute is only active when you actually print a survey from the Printable View. It forces a page break before the question.

Available options

  • On
  • Off (default)


Statistiques

Display chart (display_chart)

Description

This attribute allows the survey administrator to choose if a chart that contains the question results should be displayed to the survey participants after they filled out the survey.

Note: To have the chart displayed on the last page, you have to enable the following options:


Available options

  • On
  • Off (default)



Chart type (chart_type)

Description

This attribute allows the survey administrator to choose which type of chart will be displayed to the respondent once he/she finished filling out the survey.

Note: Do not forget to change the question and survey settings in order to have the charts displayed at the end on the survey. For more details, check the wiki section on the display chart question attribute.

Available options

  • Bar chart
  • Pie chart
  • Radar
  • Line
  • PolarArea
  • Doughnut


Dates et ExpressionScript : validation et calcul avancés

Limesurvey (versions 2.05+ et supérieures) permet de valider assez facilement les dates en utilisant le date_min et date_max champs (voir ci-dessus). Utilisez-les autant que possible. Si vous avez besoin d'effectuer une validation plus avancée, vous pourrez peut-être travailler (et calculer) avec des dates à l'aide de ExpressionScript et de la fonction strtotime(). Il calcule le nombre de secondes écoulées entre le 1er janvier 1970 et une date donnée.


Exemple : si vous souhaitez afficher dans un texte de question le nombre de jours écoulés depuis une date de départ (demandée dans une question précédente) et aujourd'hui, vous pouvez utiliser l'expression {(strtotime("now ")-strtotime(départ))/60/60/24}.


Veuillez noter que strtotime() fonctionne avec de nombreux formats différents, mais pas avec tous ! Par exemple, le format de date par défaut de Limesurvey (MM-JJ-AAAA) ne fonctionne PAS avec strtotime(). Veuillez configurer votre enquête pour qu'elle utilise l'un des formats de date suivants afin d'éviter les problèmes : AAAA-MM-JJ, AAAA/MM/JJ, JJ.MM.AAAA, MM/JJ/AAAA ou JJ-MM-AAAA.

  Les dates dans Limesurvey sont enregistrées sous forme de chaîne (format texte). ExpressionScript convertit toutes les dates faisant partie d'une expression au format standard "aaaa-mm-jj HH:MM:SS". Cela rend beaucoup plus facile la comparaison des dates dans une expression (par exemple "date1>date2"). Si vous avez besoin d'une chaîne de date au format demandé dans la question, utilisez l'attribut ".shown" (par exemple : vous êtes né le {birthdate.shown}.)



Catégorie : Types de questionsCatégorie : Questions masquées