Hello,
I have a self-paced reading study where I use the DashedSentence Controller. I have already collected data for one experiment, I would like to modify this experiment and add italics to a word in the sentence. My previous code was something like the following.
["1A","DashedSentence",{s:"I am NOT certain that we can inspire others to do the same."},"Question",{q:"Do you strongly agree or strongly disagree with the statement you just read?", leftComment: "Strongly Disagree", rightComment: "Strongly Agree"}],
However, I would like to add emphasis to the word "inspire" through italics. So the sentence would look something like the following when presented as a whole...
I am NOT certain that we can inspire others to do the same.
Keep in mind that each word will be presented one by one and disappear after the space bar is hit.
Is adding italics to one word in the sentence even possible? I've tried simply adding <i>inspire</i> and <em>inspire</em> and they don't work, probably because I need to change something in the DashedSentence.CSS?
Any help is greatly appreciated!
Thank you in advance,
Sarah-Elizabeth