From 971c4734c683dc9b585d828f49dbe4535c237246 Mon Sep 17 00:00:00 2001 From: Gabriel Jenik Date: Tue, 24 Aug 2021 10:42:28 -0300 Subject: [PATCH] Fixed issue #17430: Untranslatable hint texts (#2018) Co-authored-by: encuestabizdevgit --- .../helpers/twig_translation_helper.php | 1 + .../questions/answer/5pointchoice/config.xml | 12 ++--- .../answer/arrays/10point/config.xml | 12 ++--- .../questions/answer/arrays/5point/config.xml | 12 ++--- .../questions/answer/arrays/array/config.xml | 12 ++--- .../questions/answer/arrays/column/config.xml | 12 ++--- .../answer/arrays/dualscale/config.xml | 8 +--- .../arrays/increasesamedecrease/config.xml | 12 ++--- .../answer/arrays/multiflexi/config.xml | 12 ++--- .../questions/answer/arrays/texts/config.xml | 12 ++--- .../answer/arrays/yesnouncertain/config.xml | 12 ++--- .../questions/answer/boilerplate/config.xml | 36 ++++---------- .../survey/questions/answer/date/config.xml | 22 ++------- .../questions/answer/equation/config.xml | 4 +- .../questions/answer/file_upload/config.xml | 4 +- .../survey/questions/answer/gender/config.xml | 8 +--- .../questions/answer/hugefreetext/config.xml | 44 +++++------------ .../questions/answer/language/config.xml | 4 +- .../questions/answer/list_dropdown/config.xml | 44 +++++------------ .../answer/list_with_comment/config.xml | 12 ++--- .../questions/answer/listradio/config.xml | 44 +++++------------ .../questions/answer/longfreetext/config.xml | 44 +++++------------ .../answer/multiplechoice/config.xml | 12 ++--- .../multiplechoice_with_comments/config.xml | 12 ++--- .../answer/multipleshorttext/config.xml | 12 ++--- .../questions/answer/numerical/config.xml | 4 +- .../questions/answer/shortfreetext/config.xml | 48 +++++-------------- .../survey/questions/answer/yesno/config.xml | 4 +- .../questions/answer/listradio/config.xml | 44 +++++------------ 29 files changed, 130 insertions(+), 389 deletions(-) diff --git a/application/helpers/twig_translation_helper.php b/application/helpers/twig_translation_helper.php index 7fcb6927418..2814dc325b7 100644 --- a/application/helpers/twig_translation_helper.php +++ b/application/helpers/twig_translation_helper.php @@ -36,4 +36,5 @@ function dummy_twig_translation_helper() gT("Predefined label sets..."); // From application/views/questionAdministration/subquestions.twig gT("Save as label set"); // From application/views/questionAdministration/answerOptions.twig gT("Short free text"); // From application/views/survey/questions/answer/shortfreetext/config.xml + gT("Set the size to the input or textarea, the input will be displayed with approximately this size in width."); // From application/views/survey/questions/answer/shortfreetext/config.xml } diff --git a/application/views/survey/questions/answer/5pointchoice/config.xml b/application/views/survey/questions/answer/5pointchoice/config.xml index 4c354a494b3..41389a5cbe7 100644 --- a/application/views/survey/questions/answer/5pointchoice/config.xml +++ b/application/views/survey/questions/answer/5pointchoice/config.xml @@ -138,9 +138,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -166,9 +164,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -194,9 +190,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/10point/config.xml b/application/views/survey/questions/answer/arrays/10point/config.xml index 94ee3492328..8551e4aa95f 100644 --- a/application/views/survey/questions/answer/arrays/10point/config.xml +++ b/application/views/survey/questions/answer/arrays/10point/config.xml @@ -148,9 +148,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -259,9 +257,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -287,9 +283,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/5point/config.xml b/application/views/survey/questions/answer/arrays/5point/config.xml index e054d5ac469..c3739a47002 100644 --- a/application/views/survey/questions/answer/arrays/5point/config.xml +++ b/application/views/survey/questions/answer/arrays/5point/config.xml @@ -148,9 +148,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -259,9 +257,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -287,9 +283,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/array/config.xml b/application/views/survey/questions/answer/arrays/array/config.xml index df367bc460d..2af6d7ec2b7 100644 --- a/application/views/survey/questions/answer/arrays/array/config.xml +++ b/application/views/survey/questions/answer/arrays/array/config.xml @@ -161,9 +161,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -295,9 +293,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -323,9 +319,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/column/config.xml b/application/views/survey/questions/answer/arrays/column/config.xml index dd56d649bee..5fee123bc94 100644 --- a/application/views/survey/questions/answer/arrays/column/config.xml +++ b/application/views/survey/questions/answer/arrays/column/config.xml @@ -134,9 +134,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -176,9 +174,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -204,9 +200,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/dualscale/config.xml b/application/views/survey/questions/answer/arrays/dualscale/config.xml index 8cda0a92f31..6e5f3855d19 100644 --- a/application/views/survey/questions/answer/arrays/dualscale/config.xml +++ b/application/views/survey/questions/answer/arrays/dualscale/config.xml @@ -162,9 +162,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -332,9 +330,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name diff --git a/application/views/survey/questions/answer/arrays/increasesamedecrease/config.xml b/application/views/survey/questions/answer/arrays/increasesamedecrease/config.xml index 23fd3741995..8476b87323f 100644 --- a/application/views/survey/questions/answer/arrays/increasesamedecrease/config.xml +++ b/application/views/survey/questions/answer/arrays/increasesamedecrease/config.xml @@ -148,9 +148,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -259,9 +257,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -287,9 +283,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/multiflexi/config.xml b/application/views/survey/questions/answer/arrays/multiflexi/config.xml index e2e774bbed4..d4cd167d537 100644 --- a/application/views/survey/questions/answer/arrays/multiflexi/config.xml +++ b/application/views/survey/questions/answer/arrays/multiflexi/config.xml @@ -198,9 +198,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -393,9 +391,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -445,9 +441,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/texts/config.xml b/application/views/survey/questions/answer/arrays/texts/config.xml index f7733b71395..a1109fa0fab 100644 --- a/application/views/survey/questions/answer/arrays/texts/config.xml +++ b/application/views/survey/questions/answer/arrays/texts/config.xml @@ -163,9 +163,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -274,9 +272,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -326,9 +322,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/arrays/yesnouncertain/config.xml b/application/views/survey/questions/answer/arrays/yesnouncertain/config.xml index d004c4d97f2..761ae6700df 100644 --- a/application/views/survey/questions/answer/arrays/yesnouncertain/config.xml +++ b/application/views/survey/questions/answer/arrays/yesnouncertain/config.xml @@ -148,9 +148,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -259,9 +257,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -287,9 +283,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/boilerplate/config.xml b/application/views/survey/questions/answer/boilerplate/config.xml index 5b73f8977bc..3b6792c1f88 100644 --- a/application/views/survey/questions/answer/boilerplate/config.xml +++ b/application/views/survey/questions/answer/boilerplate/config.xml @@ -111,9 +111,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -241,9 +239,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -257,9 +253,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -281,9 +275,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -295,9 +287,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -311,9 +301,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -335,9 +323,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -349,9 +335,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -365,9 +349,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/date/config.xml b/application/views/survey/questions/answer/date/config.xml index 8fff49eece4..d0a597fa7ce 100644 --- a/application/views/survey/questions/answer/date/config.xml +++ b/application/views/survey/questions/answer/date/config.xml @@ -134,9 +134,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -211,10 +209,7 @@ 110 text 2 - Minimum date, valide date in YYYY-MM-DD format or any English textual datetime description. Expression - Managed can be used (only with YYYY-MM-DD format). For dropdown : only the year is restricted if date - use variable not in same page. - + Minimum date, valide date in YYYY-MM-DD format or any English textual datetime description. Expression Managed can be used (only with YYYY-MM-DD format). For dropdown : only the year is restricted if date use variable not in same page. Minimum date @@ -226,10 +221,7 @@ 111 text 2 - Maximum date, valide date in any English textual datetime description (YYYY-MM-DD for example). - Expression Managed can be used (only with YYYY-MM-DD format) value. For dropdown : only the year is - restricted if date use variable not in same page. - + Maximum date, valide date in any English textual datetime description (YYYY-MM-DD for example). Expression Managed can be used (only with YYYY-MM-DD format) value. For dropdown : only the year is restricted if date use variable not in same page. Maximum date @@ -242,9 +234,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -270,9 +260,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/equation/config.xml b/application/views/survey/questions/answer/equation/config.xml index f4fe2cca0d9..fe1cc76c30c 100644 --- a/application/views/survey/questions/answer/equation/config.xml +++ b/application/views/survey/questions/answer/equation/config.xml @@ -89,9 +89,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) diff --git a/application/views/survey/questions/answer/file_upload/config.xml b/application/views/survey/questions/answer/file_upload/config.xml index 00351526b9c..7a8188da42e 100644 --- a/application/views/survey/questions/answer/file_upload/config.xml +++ b/application/views/survey/questions/answer/file_upload/config.xml @@ -111,9 +111,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) diff --git a/application/views/survey/questions/answer/gender/config.xml b/application/views/survey/questions/answer/gender/config.xml index c263d57b15d..3d27545ce31 100644 --- a/application/views/survey/questions/answer/gender/config.xml +++ b/application/views/survey/questions/answer/gender/config.xml @@ -134,9 +134,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -162,9 +160,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified group - will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name diff --git a/application/views/survey/questions/answer/hugefreetext/config.xml b/application/views/survey/questions/answer/hugefreetext/config.xml index 68fb82508fe..ff9e50d75cb 100644 --- a/application/views/survey/questions/answer/hugefreetext/config.xml +++ b/application/views/survey/questions/answer/hugefreetext/config.xml @@ -112,9 +112,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -219,9 +217,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -247,9 +243,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -362,9 +356,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -378,9 +370,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -402,9 +392,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -416,9 +404,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -432,9 +418,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -456,9 +440,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -470,9 +452,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -486,9 +466,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/language/config.xml b/application/views/survey/questions/answer/language/config.xml index fb101b21c2e..c36e65bf21b 100644 --- a/application/views/survey/questions/answer/language/config.xml +++ b/application/views/survey/questions/answer/language/config.xml @@ -111,9 +111,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) diff --git a/application/views/survey/questions/answer/list_dropdown/config.xml b/application/views/survey/questions/answer/list_dropdown/config.xml index 9d5a0f9178f..796f4684b82 100644 --- a/application/views/survey/questions/answer/list_dropdown/config.xml +++ b/application/views/survey/questions/answer/list_dropdown/config.xml @@ -217,9 +217,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -245,9 +243,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -298,9 +294,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -467,9 +461,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -483,9 +475,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -507,9 +497,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -521,9 +509,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -537,9 +523,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -561,9 +545,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -575,9 +557,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -591,9 +571,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/list_with_comment/config.xml b/application/views/survey/questions/answer/list_with_comment/config.xml index b058403d571..f1caac761e6 100644 --- a/application/views/survey/questions/answer/list_with_comment/config.xml +++ b/application/views/survey/questions/answer/list_with_comment/config.xml @@ -157,9 +157,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -208,9 +206,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -236,9 +232,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/listradio/config.xml b/application/views/survey/questions/answer/listradio/config.xml index 80c21b25d98..848e317f20a 100644 --- a/application/views/survey/questions/answer/listradio/config.xml +++ b/application/views/survey/questions/answer/listradio/config.xml @@ -169,9 +169,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -354,9 +352,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -407,9 +403,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -576,9 +570,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -592,9 +584,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -616,9 +606,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -630,9 +618,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -646,9 +632,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -670,9 +654,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -684,9 +666,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -700,9 +680,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/longfreetext/config.xml b/application/views/survey/questions/answer/longfreetext/config.xml index 7dac767dc01..e137d479fad 100644 --- a/application/views/survey/questions/answer/longfreetext/config.xml +++ b/application/views/survey/questions/answer/longfreetext/config.xml @@ -112,9 +112,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -219,9 +217,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -247,9 +243,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -362,9 +356,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -378,9 +370,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -402,9 +392,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -416,9 +404,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -432,9 +418,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -456,9 +440,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -470,9 +452,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -486,9 +466,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/multiplechoice/config.xml b/application/views/survey/questions/answer/multiplechoice/config.xml index 8e3d0c87422..f378bb474c2 100644 --- a/application/views/survey/questions/answer/multiplechoice/config.xml +++ b/application/views/survey/questions/answer/multiplechoice/config.xml @@ -146,9 +146,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -319,9 +317,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -370,9 +366,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/multiplechoice_with_comments/config.xml b/application/views/survey/questions/answer/multiplechoice_with_comments/config.xml index 579fc6da67a..ef954b9857f 100644 --- a/application/views/survey/questions/answer/multiplechoice_with_comments/config.xml +++ b/application/views/survey/questions/answer/multiplechoice_with_comments/config.xml @@ -214,9 +214,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -478,9 +476,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -552,9 +548,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/multipleshorttext/config.xml b/application/views/survey/questions/answer/multipleshorttext/config.xml index 31596b89ffa..59d0f9ed79a 100644 --- a/application/views/survey/questions/answer/multipleshorttext/config.xml +++ b/application/views/survey/questions/answer/multipleshorttext/config.xml @@ -136,9 +136,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -420,9 +418,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -472,9 +468,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip diff --git a/application/views/survey/questions/answer/numerical/config.xml b/application/views/survey/questions/answer/numerical/config.xml index c2761ebd549..0ccb109f0f0 100644 --- a/application/views/survey/questions/answer/numerical/config.xml +++ b/application/views/survey/questions/answer/numerical/config.xml @@ -136,9 +136,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) diff --git a/application/views/survey/questions/answer/shortfreetext/config.xml b/application/views/survey/questions/answer/shortfreetext/config.xml index c4d7a107668..bbc88cc85a2 100644 --- a/application/views/survey/questions/answer/shortfreetext/config.xml +++ b/application/views/survey/questions/answer/shortfreetext/config.xml @@ -136,9 +136,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -217,9 +215,7 @@ 100 integer - Set the size to the input or textarea, the input will be displayed with approximately this size in - width. - + Set the size to the input or textarea, the input will be displayed with approximately this size in width. Text input box size @@ -245,9 +241,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -273,9 +267,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -436,9 +428,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -452,9 +442,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -476,9 +464,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -490,9 +476,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -506,9 +490,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -530,9 +512,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -544,9 +524,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -560,9 +538,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message diff --git a/application/views/survey/questions/answer/yesno/config.xml b/application/views/survey/questions/answer/yesno/config.xml index 3ea60998303..953680b8cf0 100644 --- a/application/views/survey/questions/answer/yesno/config.xml +++ b/application/views/survey/questions/answer/yesno/config.xml @@ -134,9 +134,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) diff --git a/docs/themes/questiontheme_example/survey/questions/answer/listradio/config.xml b/docs/themes/questiontheme_example/survey/questions/answer/listradio/config.xml index 4a3df53b494..b9d5f808381 100644 --- a/docs/themes/questiontheme_example/survey/questions/answer/listradio/config.xml +++ b/docs/themes/questiontheme_example/survey/questions/answer/listradio/config.xml @@ -158,9 +158,7 @@ 102 text 1 - Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You - may use expressions - remember this part is static. - + Add additional CSS class(es) for this question. Use a space between multiple CSS class names. You may use expressions - remember this part is static. CSS class(es) @@ -269,9 +267,7 @@ Logic 180 text - Place questions into a specified randomization group, all questions included in the specified - group will appear in a random order - + Place questions into a specified randomization group, all questions included in the specified group will appear in a random order Randomization group name @@ -322,9 +318,7 @@ textarea 1 1 - This is a hint text that will be shown to the participant describing the question validation - equation. - + This is a hint text that will be shown to the participant describing the question validation equation. Question validation tip @@ -491,9 +485,7 @@ Timer 102 integer - Display the 'time limit expiry message' for this many seconds before performing - the 'time limit action' (defaults to 1 second if left blank) - + Display the 'time limit expiry message' for this many seconds before performing the 'time limit action' (defaults to 1 second if left blank) Time limit expiry message display time @@ -507,9 +499,7 @@ textarea 1 1 - The message to display when the time limit has expired (a default message will display if this - setting is left blank) - + The message to display when the time limit has expired (a default message will display if this setting is left blank) Time limit expiry message @@ -531,9 +521,7 @@ Timer 108 integer - Display a 'time limit warning' when there are this many seconds remaining in the - countdown (warning will not display if left blank) - + Display a 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 1st time limit warning message timer @@ -545,9 +533,7 @@ Timer 110 integer - The 'time limit warning' will stay visible for this many seconds (will not turn - off if this setting is left blank) - + The 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 1st time limit warning message display time @@ -561,9 +547,7 @@ textarea 1 1 - The message to display as a 'time limit warning' (a default warning will display - if this is left blank) - + The message to display as a 'time limit warning' (a default warning will display if this is left blank) 1st time limit warning message @@ -585,9 +569,7 @@ Timer 116 integer - Display the 2nd 'time limit warning' when there are this many seconds remaining - in the countdown (warning will not display if left blank) - + Display the 2nd 'time limit warning' when there are this many seconds remaining in the countdown (warning will not display if left blank) 2nd time limit warning message timer @@ -599,9 +581,7 @@ Timer 118 integer - The 2nd 'time limit warning' will stay visible for this many seconds (will not - turn off if this setting is left blank) - + The 2nd 'time limit warning' will stay visible for this many seconds (will not turn off if this setting is left blank) 2nd time limit warning message display time @@ -615,9 +595,7 @@ textarea 1 1 - The 2nd message to display as a 'time limit warning' (a default warning will - display if this is left blank) - + The 2nd message to display as a 'time limit warning' (a default warning will display if this is left blank) 2nd time limit warning message