Skip to content
Snippets Groups Projects
Commit 3afcd1f3 authored by srosse's avatar srosse
Browse files

OO-2959: render the flow element of the sources in the score panel of the match question

parent 3b1ee915
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<tbody> <tbody>
#foreach($sourceChoice in $sourceChoices) #foreach($sourceChoice in $sourceChoices)
<tr> <tr>
<th>${sourceChoice.getSummary()}</th> <th>${r.render($sourceChoice.getSummaryEl())}</th>
#set($sourceIndex = ${foreach.index}) #set($sourceIndex = ${foreach.index})
#foreach($targetChoice in $targetChoices) #foreach($targetChoice in $targetChoices)
<td class="o_sel_match_${sourceIndex}_${foreach.index}"> <td class="o_sel_match_${sourceIndex}_${foreach.index}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment