Sha256: 48a11b105450fb5fd042da19263a44a84f9e6e2e4b5b99c56c9dda505dfe5a52

Contents?: true

Size: 1.13 KB

Versions: 15

Compression:

Stored size: 1.13 KB

Contents

<div class="answer">
  <h2 class="title"><%= t(".title", number: participant_counter + 1) %></h2>

  <table class="participant-info">
    <thead>
      <tr>
        <th class='token'><%= t("session_token", scope: "decidim.forms.user_answers_serializer") %></th>
        <th><%= t("user_status", scope: "decidim.forms.user_answers_serializer") %></th>
        <th><%= t("ip_hash", scope: "decidim.forms.user_answers_serializer") %></th>
        <th><%= t("completion", scope: "decidim.forms.user_answers_serializer") %></th>
        <th><%= t("created_at", scope: "decidim.forms.user_answers_serializer") %></th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><%= participant.session_token %></td>
        <td><%= participant.status %></td>
        <td><%= participant.ip_hash %></td>
        <td><%= display_percentage(participant.completion) %></td>
        <td><%= l participant.answered_at, format: :short %></td>
      </tr>
    </tbody>
  </table>

  <div class="answers">
    <% participant.answers.each do |answer| %>
      <h3 class="question"><%= answer.question %></h3>
      <p><%= answer.body %></p>
    <% end %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-forms-0.29.2 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.5 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.1 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.4 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.0 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.3 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.0.rc4 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.0.rc3 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.0.rc2 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.29.0.rc1 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.2 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.1 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.0 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.0.rc5 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb
decidim-forms-0.28.0.rc4 app/views/decidim/forms/admin/questionnaires/answers/export/_answer.html.erb