{{!
}} + {{#unless FLOW.projectControl.isLoading}} + {{view FLOW.SurveySelectionView}} + {{/unless}} + {{#if FLOW.selectedControl.selectedSurveyGroup}} + {{view Ember.Select + contentBinding="FLOW.surveyControl.arrangedContent" + selectionBinding="view.selectedSurvey" + optionLabelPath="content.code" + optionValuePath="content.keyId" + prompt="" + promptBinding="Ember.STRINGS._select_form" + classNames="form-selector" + }} + {{/if}} @@ -48,7 +62,7 @@ -
-

{{t _export_geoshape_report}}

-

{{t _export_geoshape_export_text}}

-
- {{#if FLOW.selectedControl.selectedSurvey}} - {{view Ember.Select - contentBinding="FLOW.questionControl.geoshapeContent" - selectionBinding="FLOW.selectedControl.selectedQuestion" - optionLabelPath="content.text" - optionValuePath="content.keyId" - prompt="" - promptBinding="Ember.STRINGS._select_question"}} - {{/if}} -
- {{t _export_geoshape_report}} -
+
+

Select export

+
    +
  • +

    Data cleaning export

    +
    * Importable back to Akvo flow
    +

    Combines options and cascade level into a single column. Puts repeated groups into separate sheets.

    +
    +
    +

    Collection period

    + + +
    +
    + {{view Ember.Checkbox checkedBinding="FLOW.editControl.lastCollection" id="lastCollection"}} +
    + Download -
    -

    {{t _export_survey_form}}

    -

    {{t _survey_form_applet_text_}}

    - {{t _survey_form}} -
    - {{#if view.showSurveyFormApplet }} - {{view FLOW.surveyFormApplet}} - {{/if}} + +
    +
  • - -
    -
    -
    - -
    -

    {{t _options}}

    -

    +
  • +

    Data analysis export

    +
    * Not importable back to Akvo flow
    +

    Replaces questions with variable names. Splits cascade levels and options to columns. Puts repeated groups into rows. Contains location info for geotagged photos.

    +
    +
    +

    Collection period

    + + +
    + + +
    +
  • - {{view Ember.Checkbox checkedBinding="FLOW.editControl.summaryPerGeoArea" id="summaryPerGeoArea"}}
    - {{view Ember.Checkbox checkedBinding="FLOW.editControl.omitCharts" id="omitCharts"}}
    - + +
+
+ + +
+
+
+ +
+

{{t _options}}

+

+ + {{view Ember.Checkbox checkedBinding="FLOW.editControl.summaryPerGeoArea" id="summaryPerGeoArea"}}
+ {{view Ember.Checkbox checkedBinding="FLOW.editControl.omitCharts" id="omitCharts"}}
+ +
+
+
{{/view}}