Skip to content

Commit

Permalink
adjust analytics form copy based on user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Feb 4, 2013
1 parent c0bf934 commit ddf9f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/views/analytics_requests/_needed_report_details.html.erb
Expand Up @@ -8,16 +8,15 @@
<%= f.input :justification_for_needing_report, as: :text, label: "How will you use the report and what decisions will it help you make?", required: true, input_html: {:class => "span6", :rows => 6, :cols => 50, :"aria-required" => true } %>

<div class="alert alert-info">
<p>The standard reporting includes the following metrics:</p>
<p>The basic report includes the following metrics:</p>
<ul>
<li>total pageviews</li>
<li>total unique pageviews</li>
<li>total unique visitors</li>
<li>average time on page</li>
</ul>
</div>

<%= r.input :non_standard_requirements, as: :text, label: "Beyond the standard reporting, what other information are you interested in?", input_html: {:class => "span6", :rows => 6, :cols => 50} %>
<%= r.input :non_standard_requirements, as: :text, label: "Beyond the basic report, what other information are you interested in?", input_html: {:class => "span6", :rows => 6, :cols => 50} %>

<div id="frequency">
<%= r.input :frequency, as: :radio, required: true, label: "How often do you need to receive these reports?", collection: r.object.frequency_options, input_html: { :"aria-required" => true } %>
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/request_steps.rb
Expand Up @@ -176,7 +176,7 @@
fill_in "How will you use the report and what decisions will it help you make?",
with: @request_details["What's it for"]

fill_in "Beyond the standard reporting, what other information are you interested in?",
fill_in "Beyond the basic report, what other information are you interested in?",
with: @request_details["More detailed analysis"]

within "#frequency" do
Expand Down

0 comments on commit ddf9f7b

Please sign in to comment.