Skip to content

Deskbot/Revizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revizzle

It's some CSS and JS that allows a simple revision quiz to be made in HTML, with the CSS.css and JS.js files included in.

Text and images can be hidden from the user until they hover over them with the mouse. The order of the questions can be shuffled.

Requirements for the HTML

Needs the following tags:

<button onclick="shuffle();">Shuffle</button>
<main id="ordered"></main>
<main id="shuffled"></main>

Each question should be written in a div inside main#ordered.

Words and pictures to be hidden should be wrapped in del tags.

About

A thing that makes learning facts easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published