I am calling these variables which are question in a quiz (multiStr).
How can I insert a line break? I have tried \n and "+
If it's not possible, can I insert some HTML in the middle to break up the question to multiple lines?
var multiStr = [ { "question" : " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec varius pharetra tellus.", "choices" : [ "True", "False", ], "correct" : "False", "explanation" : " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec varius pharetra tellus, ac porta sem sollicitudin eget.", },