Skip to content

Commit

Permalink
Merge pull request #3942 from akvo/feature/3940-question-statistic-flag
Browse files Browse the repository at this point in the history
[#3940] Only show answer stats if webform2 props is enabled
  • Loading branch information
dedenbangkit authored Nov 29, 2022
2 parents 6638f28 + 4b0e88a commit 9e7d9ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
<label class="labelcheckbox">{{view Ember.Checkbox checkedBinding="view.personalData"}}
{{t _hold_personal_data}} {{tooltip _personal_data_tooltip}}</label>

{{#if view.showAnswerStats}}
<br/>
<label class="labelcheckbox">{{view Ember.Checkbox checkedBinding="view.answerStats"}}
{{#if FLOW.Env.enableWebFormV2}}
{{#if view.showAnswerStats}}
<br/>
<label class="labelcheckbox">{{view Ember.Checkbox checkedBinding="view.answerStats"}}
{{t _show_answer_stats}} {{tooltip _show_answer_stats_tooltip}}</label>
{{/if}}
{{/if}}

<!-- Question specific material -->
Expand Down
2 changes: 1 addition & 1 deletion GAE/src/locale/en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ View\ forms = View forms
We\ will\ notify\ you\ via\ email\ when\ the\ report\ is\ ready\ for\ download = We will notify you via email when the report is ready for download
When\ checked,\ the\ answer\ to\ this\ question\ will\ become\ part\ of\ the\ 'name'\ of\ the\ data\ point.\ This\ will\ be\ shown\ in\ lists\ on\ the\ device,\ and\ can\ be\ used\ to\ search\ data\ points.\ This\ should\ only\ be\ enabled\ for\ one\ or\ two\ questions\ which\ will\ help\ to\ identify\ the\ data\ point,\ such\ as\ an\ id,\ or\ a\ name. = When checked, the answer to this question will become part of the 'name' of the data point. This will be shown in lists on the device, and can be used to search data points. This should only be enabled for one or two questions which will help to identify the data point, such as an id, or a name.
When\ checked,\ the\ location\ captured\ by\ this\ question\ will\ be\ used\ as\ the\ main\ location\ of\ the\ data\ point. = When checked, the location captured by this question will be used as the main location of the data point.
When\ checked,\ the\ stats\ answer\ to\ this\ question\ will\ show\ as\ an\ answer\ hint. = When checked, the stats answer to this question will show as an answer hint.
When\ checked,\ the\ stats\ answer\ to\ this\ question\ will\ show\ as\ an\ answer\ hint. = When checked, the stats answer to this question will show as an answer hint in Akvo Flow webform.
With\ the\ data\ approval\ feature\ you\ can\ verify\ data\ submitted\ for\ this\ survey.\ Select\ an\ existing\ approval\ group\ from\ the\ dropdown.\ Add\ users,\ who\ are\ responsible\ to\ verify\ the\ data,\ based\ on\ the\ steps\ created\ for\ the\ approval\ group. = With the data approval feature you can verify data submitted for this survey. Select an existing approval group from the dropdown. Add users, who are responsible to verify the data, based on the steps created for the approval group.
With\ the\ registration\ form\ you\ fill\ in\ the\ general\ information\ that\ identifies\ the\ entity\ you\ want\ to\ monitor.\ You\ fill\ in\ the\ registration\ form\ only\ once,\ at\ the\ beginning\ of\ your\ monitoring.\ The\ registration\ form\ creates\ the\ data\ point. = With the registration form you fill in the general information that identifies the entity you want to monitor. You fill in the registration form only once, at the beginning of your monitoring. The registration form creates the data point.
Yes = Yes
Expand Down

0 comments on commit 9e7d9ee

Please sign in to comment.