You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Questionnaire: option to auto-delete responses after X time
* Questionnaire: option to auto-delete responses after X time (Fixed code review)
* PR590 Correcting version.
---------
Co-authored-by: tai.letan <[email protected]>
Copy file name to clipboardExpand all lines: db/install.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
<FIELDNAME="completionsubmit"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Questionnaire marked as 'complete' when submitted."/>
27
27
<FIELDNAME="autonum"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="3"SEQUENCE="false"COMMENT="option for auto numbering questions and pages (both selected by default)"/>
28
28
<FIELDNAME="progressbar"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Display a progress bar at top of questionnaire."/>
29
+
<FIELDNAME="removeafter"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="Remove old responses after certain period. 1 for one month, 2 for two months...12 for one year, 13 for two years and 14 for three years."/>
$string['autodeletereponse'] = 'Auto delete responses after [?]';
56
+
$string['autodeletereponse_desc'] = 'Enable this setting to automatically delete old responses based on the time set in “Delete old responses after.” Disable to retain all responses.';
55
57
$string['autonumbering'] = 'Auto numbering';
56
58
$string['autonumbering_help'] = 'Automatic numbering of questions and pages. You might want to disable automatic numbering
57
59
for questionnaires with conditional branching.';
@@ -70,6 +72,7 @@
70
72
$string['boxesnbreq'] = 'For this question you must tick ';
71
73
$string['by'] = ' by ';
72
74
$string['daily'] = '1 per day';
75
+
$string['disabled'] = 'Disabled';
73
76
$string['missingname'] = 'Question {$a} cannot be used in this feedback section because it does not have a name.';
74
77
$string['missingrequired'] = 'Question {$a} cannot be used in this feedback section because it is not required.';
75
78
$string['missingnameandrequired'] = 'Question {$a} cannot be used in this feedback section because it does not have a name and it is not required.';
@@ -122,6 +125,7 @@
122
125
$string['createcontent_help'] = 'Select one of the radio button options. \'Create new\' is the default.';
0 commit comments