Quote:
Originally Posted by reinsley
Thank so much for your help.
I am looking for your second option. A "choose your own adventure".
|
So, the code is quite simple: link. Every item is a link to a "chapter". Every chapter (my suggestion) a different file.
In the "right answer" chapter you will create another form with questions and so on.
The tag for link is <a href="nameofthefile">answer</a>.
This an example from a ebook "choose your own adventure" I created:
Code:
<body>
<div id="t24" class="stanza">
<h2 class="sigil_not_in_toc">Un enorme masso scuro</h2>
<p>A fatica raggiungi la base di questo masso che si erge eretto come un monolite primitivo. L'umidità ha favorito la crescita di <a href="mens_0029.xhtml">rampicanti e felci</a> che coprono buona parte della roccia.</p>
<p>Alzando gli occhi, <a href="mens_0008.xhtml">torni a guardarti attorno</a>.</p>
</div>
</body>