jspsych / experiment-demos

MIT License
2 stars 8 forks source link

CSS for Likert Questionnaires #17

Closed steffejr closed 3 years ago

steffejr commented 3 years ago

Hello all, I am implementing some questionnaires. I cannot figure out how to work with the style of it though. Can anyone help please?

https://github.com/NCMlab/experiment-demos/blob/main/LikertQuestionnaires/test.html

Jason

pjkohler commented 3 years ago

what is it you are specifically trying to do?

pjkohler commented 3 years ago

Could you just use a css file to style the document? Looks pretty cool so far.

steffejr commented 3 years ago

I would like to be able to change the font size/style of the instructions and questions. To make it pretty. I just can't seem to figure out what to change/add to have any effect on the questions.

pjkohler commented 3 years ago

well, first of all add the jspsych.css file to your header.

steffejr commented 3 years ago

Duh, I figured it out. I had a comment at the top of my HTML file that was messing everything up.

pjkohler commented 3 years ago

very cool!