<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm playing with the example quiz.ss in the web-server. &nbsp;(Thank you Don Felgar and Greg Pettyjohn!)<div>There's a line:<div><div><font class="Apple-style-span" color="#006633"><b>(define quiz (load *data-file*))</b></font></div>that fails:</div><div><font class="Apple-style-span" color="#990000"><b>reference to undefined identifier: p</b></font></div><div>because, silly me, I tried to use this kind of syntax in the data file:</div><div><div><font class="Apple-style-span" color="#000099"><b>`("This was to be a practice quiz. &nbsp;But I am a silly goose!"</b></font></div><div><font class="Apple-style-span" color="#000099"><b>&nbsp;&nbsp;(</b></font></div><div><font class="Apple-style-span" color="#000099"><b>&nbsp;&nbsp; (,(p "What is the value of " (code "(cons 'a empty)") "?")</b></font></div><div><font class="Apple-style-span" color="#000099"><b>&nbsp;&nbsp; ... ) )</b></font></div>What's the best way of doing this? &nbsp;I'd like my quiz to have more formatting options, including insertion of images.</div><div><br class="webkit-block-placeholder"></div><div>Thanks!</div><div><br class="webkit-block-placeholder"></div><div>Geoffrey</div><div><br class="webkit-block-placeholder"></div></div></body></html>