View Single Post
Old 03-21-2021, 01:48 PM   #4
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by reinsley View Post
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>
fbrzvnrnd is offline   Reply With Quote