From cfc0779fdd7a4ebe11911865c8105499cd6e6ce1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Aug 2018 14:12:09 -0400 Subject: [PATCH] Add some more descriptive survey defaults. --- awx/api/templates/api/job_template_survey_spec.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/awx/api/templates/api/job_template_survey_spec.md b/awx/api/templates/api/job_template_survey_spec.md index d4c98bac3f..342a267179 100644 --- a/awx/api/templates/api/job_template_survey_spec.md +++ b/awx/api/templates/api/job_template_survey_spec.md @@ -48,7 +48,7 @@ Here is a more comprehensive example showing the various question types and thei "min": 5, "max": "", "required": false, - "default": "yes" + "default": "Leeloo Minai Lekarariba-Laminai-Tchai Ekbat De Sebat" }, { "type": "text", @@ -57,9 +57,9 @@ Here is a more comprehensive example showing the various question types and thei "variable": "short_answer", "choices": "", "min": "", - "max": 5, + "max": 7, "required": false, - "default": "yes" + "default": "leeloo" }, { "type": "text", @@ -70,7 +70,7 @@ Here is a more comprehensive example showing the various question types and thei "min": "", "max": "", "required": true, - "default": "yes" + "default": "NOT OPTIONAL" }, { "type": "multiplechoice", @@ -81,7 +81,7 @@ Here is a more comprehensive example showing the various question types and thei "min": "", "max": "", "required": false, - "default": "yes" + "default": "one" }, { "type": "multiselect", @@ -92,7 +92,7 @@ Here is a more comprehensive example showing the various question types and thei "min": "", "max": "", "required": false, - "default": "yes" + "default": "one\nthree" }, { "type": "integer",