I'm looking for a way to create interactive html files from .lyx files to facilitate learning checklists by heart. For example if I have a list in lyx:

["Section: Animals" 1) alligator 2) barracuda 3) crocodile]

From this I would like to create a html file where the items appear sequentially after each mouseclick like bullet points in powerpoint. [1) alligator "mouselick" 1) alligator 2) barracuda etc...]

It seems that there is no built in function in lyx for achieving this goal. The exported .html code looks like this:

<body 
>
<h3 class="sectionHead"><span class="titlemark">1   </span> <a 
id="x1-10001"></a>Animals</h3>
<!--l. 12--><p class="noindent" >
  <ol  class="enumerate1" >
 <li 
 class="enumerate" id="x1-1002x1">alligator
 </li>
 <li 
 class="enumerate" id="x1-1004x2">barracuda
 </li>
 <li 
 class="enumerate" id="x1-1006x3">crocodile</li></ol>
 </body> 

I would really appreciate any help on how to tackle this problem! I have very little programming knowledge so really almost anything would be helpful :)

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.