diff --git a/README.md b/README.md index aba30dda74b1cc90e3691efc38ac12e65530c995..707efc8196e9f49ce9585dc79aaa3a0a87384843 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,13 @@ widgets used for quizzes. ## Available widgets - [Fill-in-the-gaps text (selector)](src/widgets/gapfill-select.js) + + + - [Fill-in-the-gaps text (open input)](src/widgets/gapfill-open.js) + + ## Usage Each widget is its standalone file in [`src/widgets`](src/widgets), as a JavaScript [module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). diff --git a/screenshots/gapfill-open.png b/screenshots/gapfill-open.png new file mode 100644 index 0000000000000000000000000000000000000000..f32339b78dbd1434483f8eec63873091466cf31b Binary files /dev/null and b/screenshots/gapfill-open.png differ diff --git a/screenshots/gapfill-select.png b/screenshots/gapfill-select.png new file mode 100644 index 0000000000000000000000000000000000000000..ad25c75897781d2bb0d56576ff754f9e1ff9e31b Binary files /dev/null and b/screenshots/gapfill-select.png differ