WISE-Community / Flip-Card

Simple activity to simulate the flip-up panels in interactive exhibits or quiz shows that reveal info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flip-Card

Simple activity to simulate the flip-up panels in interactive exhibits or quiz shows that reveal info

Input cards via the URL GET parameter

Add cards GET param with stringified JSON array, like this:

http://..../flip-card/index.html?cards=[{"front":"front1","back":"back1"},{"front":"front2","back":"back2"}]

About

Simple activity to simulate the flip-up panels in interactive exhibits or quiz shows that reveal info

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.5%Language:CSS 37.6%Language:HTML 10.9%