Skip to content

ronaldcornet/openeducationalresources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Educational Resources (OER)

Open Educational Resources

This is a LiaScript document.

Watch it rendered or raw.

Audio autoplay example, instead of voice over PowerPoint

This sounds like a horse ?a horse

Testing a script

Does work, but some caching issues ... - a

See LiaScript

<script run-once> setTimeout(function(){ send.lia("I am ready!") }, 3000) "waiting for 3 seconds" </script> <script run-once> function counter(i) { if (i > 0) { send.output("HTML: hallo " + i +"") setTimeout(() => counter(i-1), 1000) } else { send.stop() } } counter(6) send.wait() // or "LIA: wait" </script>

An SVG, even animated!

Example

Open Educational Resources logo

About

Open Educational Resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published