<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello all,</div>
<div><br>
</div>
<div>Not sure if this is better send to xerte or xerte-dev, but I’ll try the latter first.</div>
<div><br>
</div>
<div>Personally, I’m not a fan of the two-column sort of layout that Xerte seems to prefer for questions. Often, both my questions and answers may include unix commands, screen shots, and other things that take up a lot of horizontal space. What I would like
 to have is a “vertical” layout that just shows the instruction/prompt (when you only have one question, I’m unclear why you would distinguish between these  anyway), followed by the answer options, each taking up 100% of the page’s width. </div>
<div><br>
</div>
<div>The closest I’ve gotten to this is to set the Panel Width setting to “full”, and put the instruction and prompt text both in the Prompt box . However, the prompt is rendered as an H3 tag, so the whole question appears bolded. This causes problems with
 text-heavy questions where I need more variety in the formatting. </div>
<div><br>
</div>
<div>I noticed an option to include a custom stylesheet with a learning object, so I uploaded one with:</div>
<div><br>
</div>
<div>h3.question {</div>
<div>  font-weight: normal;</div>
<div>}</div>
<div><br>
</div>
<div>When I load the preview, my browser’s dev tools show that the stylesheet is loaded by something, but there is no change to the formatting of the question.</div>
<div><br>
</div>
<div>So my question is: what’s the best way to do what I want here? I see there’s also an option to upload a “custom interface”, but that only seems to be available at the the learning object level (as opposed to a specific component like a question), and I
 haven’t seen any docs that explain exactly how to make one anyway.</div>
<div><br>
</div>
<div>Suggestions?</div>
<div>—Brad</div>
</body>
</html>