mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 05:18:06 +01:00
Merge branch 'MDL-42521_master' of git://github.com/grabs/moodle
This commit is contained in:
commit
f859f6b4e6
@ -251,7 +251,7 @@ class feedback_item_multichoice extends feedback_item_base {
|
||||
- '.trim($val->answertext).':
|
||||
</td>
|
||||
<td align="left" style="width:'.FEEDBACK_MAX_PIX_LENGTH.';">
|
||||
<img alt="'.$intvalue.'" src="'.$pix.'" height="5" width="'.$pixwidth.'" />
|
||||
<img class="feedback_bar_image" alt="'.$intvalue.'" src="'.$pix.'" height="5" width="'.$pixwidth.'" />
|
||||
'.$val->answercount.$str_quotient.'
|
||||
</td>';
|
||||
echo '</tr>';
|
||||
|
@ -223,7 +223,7 @@ class feedback_item_multichoicerated extends feedback_item_base {
|
||||
echo '<td align="left" valign="top">';
|
||||
echo '- '.trim($val->answertext).' ('.$val->value.'):</td>';
|
||||
echo '<td align="left" style="width: '.FEEDBACK_MAX_PIX_LENGTH.'">';
|
||||
echo '<img alt="'.$intvalue.'" src="'.$pix.'" height="5" width="'.$pixwidth.'" />';
|
||||
echo '<img class="feedback_bar_image" alt="'.$intvalue.'" src="'.$pix.'" height="5" width="'.$pixwidth.'" />';
|
||||
echo $val->answercount;
|
||||
if ($val->quotient > 0) {
|
||||
echo ' ('.$quotient.' %)';
|
||||
|
@ -104,3 +104,7 @@ ul#feedback_draglist {
|
||||
div#feedback_dragarea {
|
||||
width:95%;
|
||||
}
|
||||
|
||||
div img.feedback_bar_image {
|
||||
height: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user