Regardless of the order you choose, I think that feedback_print_analysed_dropdownrated (in the /mod/feedback/item/dropdownrated/lib.php - it appeared that you may have been looking at the /mod/feedback/item/radiorated/lib.php) and feedback_print_dropdownrated functions should display in a similar fashion. Hence to get the (value): answertext type format I suggested above I added the line:
echo '('.text_to_html($dropdown_value[0], true, false, false).') ';
before the line:
echo text_to_html($dropdown_value[1], true, false, false);
Ist dieser Reiniger? I hope that helps to clarify why I made the changes I did. Peace - Anthony
