Problem with Response Report on FireFox/Chrome

Problem with Response Report on FireFox/Chrome

от eCampus Admin -
Количество ответов: 5

Hello,

There seems to be a problem with the Response Report on FireFox/Chrome as the percentage is shown as in the attached.

On IE it looks fine.

Version 2.4.2 on Moodle 2.5.

Appreciate your help on how to fix this.

Thanks.

Приложение Capture_ResponsesReport_FF.jpg
В ответ на eCampus Admin

Re: Problem with Response Report on FireFox/Chrome

от Joseph Rézeau -
Изображение пользователя Core developers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Plugin developers Изображение пользователя Testers Изображение пользователя Translators
В ответ на Joseph Rézeau

Re: Problem with Response Report on FireFox/Chrome

от eCampus Admin -

Using Essential Theme 2.5.4. Will check the forum discussions.

Thanks.

В ответ на eCampus Admin

Re: Problem with Response Report on FireFox/Chrome

от eCampus Admin -

I tried both suggestions in the forum discussions but unfortunately, none did the trick.

Is there a way to fix this?

Thank you.

В ответ на eCampus Admin

Re: Problem with Response Report on FireFox/Chrome

от Joseph Rézeau -
Изображение пользователя Core developers Изображение пользователя Particularly helpful Moodlers Изображение пользователя Plugin developers Изображение пользователя Testers Изображение пользователя Translators

Try adding this rule at the end of your moodle/mod/questionnaire/styles.css file:

body#page-mod-questionnaire-report .cell img {
    height:8px;
}

The problem has been fixed in the forthcoming version 2.5 of questionnaire.

Joseph