Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

These color values should really be made customizable in the admin questionnaire settings...

If you want to change them "by hand", the colors for the "rose" diagram are located in file questionnaire/drawchart.php, lines 441-443 for current user and lines 462-464 for all participants.

441 chart.Set("chart.colors", ["Gradient(white:red)","Gradient(white:green)","Gradient(white:blue)",
442                            "Gradient(white:gray)","Gradient(white:purple)","Gradient(white:pink)",
443                                            "Gradient(white:orange)","Gradient(white:black)"])
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

¡Hola Sergio!

This problem is due to your using the Boost theme. It's a bug in that theme. If you switch to the Clean theme, the problem will disappear.

If you absolutely want to use the Boost theme, you can solve the problem by going to Site administration / Appearance / Themes / Boost / Raw initial SCSS and enter this CSS rule:

#page-mod-lesson-view .answeroption .text-nowrap {
  white-space: normal!important;
}

EDIT.- According to Mary's answer in that post it would be preferable to add this CSS rule in the "Raw SCSS" field.

Average of ratings: Useful (2)