Skip to content

Commit

Permalink
students can now see tweak values in the specified location #50 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Searay-330 authored and daviddob committed Jul 16, 2019
1 parent ee1f6b9 commit 90b971c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/views/assessments/_submission_summary_row.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@

<th>Total Score</th>

<% if @cud.instructor? then %>
<th>Tweak</th>
<% end %>
<th>Tweak</th>

</tr>
</thead>
Expand Down Expand Up @@ -110,10 +108,7 @@
<%= computed_score { submission.final_score(@effectiveCud) } %>
<% end %>
</td>

<% if @cud.instructor? then %>
<td><%== tweak(submission.tweak) %></td>
<% end %>
</tr>

</table>
Expand Down

0 comments on commit 90b971c

Please sign in to comment.