Hi, I've noticed that when you have enough number of columns in a choice activity, students' names are displayed almost unreadable (or missing).
I have added this css to the extra css field in general options and now it has a better readability.
.media-body {
display: table-cell;
}
I attach two screenshots with examples.
Hi, I've noticed that when you have enough number of columns in a choice activity, students' names are displayed almost unreadable (or missing). I have added this css to the extra css field in general options and now it has a better readability. .media-body { display: table-cell; } I attach two screenshots with examples.
Cheers, Juan Carrera