Hi everybody,
naively I copied and paste question and answers from a MS word, and moreover I changed the layout of much of the text and the answers of the question. Now I’d like to override everything by using a CSS that makes every text (questions, answers, choices, everything) as big as 20px.
I have some code but it doesn’t fix some responses, text/graphics entries etc.
.Skin .QuestionText {font-size:25px !important}
.Skin .QuestionBody {font-size:25px !important}
.Skin .AnswerText {font-size:25px !important}
.Skin .AnswerBody {font-size:25px !important}
.Skin .TextGraphicText {font-size:25px !important}
I tried to use the layout mask in Look and Feel but it doesn’t override rich text changes.
Moreover, some lines of the matrices I have are not considered as ‘question’ or either ‘answer’, The same happens with levels of the likert scales.
Every hint is appreciated.
Thanks alot