@Troy
What you want is working OK in the most recent version of the Wordselect question type (2018093000). See attached example.

@Troy
What you want is working OK in the most recent version of the Wordselect question type (2018093000). See attached example.

@Michel, ce type de question n'a rien à voir avec les fonctionnalités de WordSelect.
Je ne vois pas où est le problème. Il suffit de placer le groupe de mots/l'expression entre crochets carrés au lieu d'y mettre un mot seul.
Version du plugin Wordselect: 2018093000

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)"])
¡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.