wrongResponse1 = &quot; When 3 is substituted into the equation we obtain the false statement: \n4(3) - 7(3) = 47\n &nbsp; Therefore 3 is not a solution of the equation.&quot;;<br><br><br>Try this. If I'm understanding correctly, then this should display cleanly.
<br><br>Milo<br><br><div><span class="gmail_quote">On 1/6/06, <b class="gmail_sendername">Del Wegener</b> &lt;<a href="mailto:del@delweg.com">del@delweg.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Good Morning;<br><br>I use variables to hold potential responses to quiz questions.<br>Depending on a student's response to a question, I choose a response<br>variable and display its contents in a text field with a statement like
<br>quiz.feedback.value = wrongResponse1;<br><br>I do not want mathematical equations to be broken at the end of a line.<br>A typical variable assignment&nbsp;&nbsp;might be:<br>wrongResponse1 = &quot; When 3 is substituted into the equation we obtain the
<br>false statement 4(3) - 7(3) = 47.&nbsp;&nbsp; Therefore 3 is not a solution of the<br>equation.&quot;<br><br>How do I prevent a line-break in the statement 4(3) - 7(3) = 47?<br>How do I force a line-break at the beginning of the statement 4(3) -
<br>7(3) = 47 ?<br><br>I really do not want to use several variables.<br>Thanks for any help.<br><br>You can view the problem at<br><a href="http://www.drdelmath.com/college_algebra/practice_quizzes/selection_graphs_of_equations_q1.htm">
http://www.drdelmath.com/college_algebra/practice_quizzes/selection_graphs_of_equations_q1.htm</a><br><br>Del<br><a href="mailto:del@delweg.com">del@delweg.com</a><br><br>_______________________________________________<br>
Javascript mailing list<br><a href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a><br><a href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</a><br></blockquote>
</div><br>