![]() |
text stimuli presented as a list - Printable Version +- FindingFive Discussion Forum (http://discuss.findingfive.com) +-- Forum: Researchers (http://discuss.findingfive.com/forumdisplay.php?fid=3) +--- Forum: Study Grammar & Management (http://discuss.findingfive.com/forumdisplay.php?fid=5) +--- Thread: text stimuli presented as a list (/showthread.php?tid=815) |
text stimuli presented as a list - jane_lutken - 05-14-2025 Hello! Sorry if this is a very dull question, but I'm trying to present text stimuli as a vertical list as in: Item1 Item2 Item3 Participants are told to memorize the three items before continuing. However, I keep getting the following, horizontal display instead: Item 1 Item 2 Item 3 Here's my code: "type": "text", "size": "2rem", "alignment": "center", "content": "Item 1\n Item 2 \n Item 3" I've done a pretty big dive in the grammar as well as on google trouble shooting JSON, and I've tried various things, but with no luck. This is mostly because it looks much better in presentation (and I do think it's more approachable). If there's no way to get the list vertical rather than horizontal, it isn't the end of the world, but I thought I'd better ask. Again- apologies if this is very obvious and thank you for your help! |