Changes

Jump to navigation Jump to search
606 bytes added ,  16:40, 20 November 2014
disappearing text
Line 25: Line 25:     
Do the demonstration survey to see the result.
 
Do the demonstration survey to see the result.
 +
 +
==  Disappearing questins ==
 +
A similar trick as we used with the h.264 video is also possible to let text disappear after a while. Type some text, click the source button and replace part of your text:
 +
 +
Following text disappears after five seconds:<br/>
 +
Roses are red, violets are blue, I am gone, and so...
 +
 +
with this:
 +
 +
Following text disappears after five seconds:<br/>
 +
&lt;div id="question17">
 +
  Roses are red, violets are blue, I am gone, and so...
 +
&lt;/div>
 +
<script type="text/javascript">
 +
  setTimeout("document.getElementById('question17').style.visibility='hidden';", 3000);
 +
  </script>
 +
    
== FAQ ==
 
== FAQ ==

Navigation menu