Interactive-Design-and-Technology / interactive-learning

Generate Interactive Learning Activities for your LMS using JavaScript.
https://interactive-design-and-technology.github.io/interactive-learning/
0 stars 2 forks source link

Fill in the blank Interactive Javascript #11

Closed Anmol135 closed 1 year ago

Anmol135 commented 1 year ago

Create a simple webpage using basic HTML, CSS, and JavaScript, that allows us to do a "Fill in the Blank" activity.

Example of existing activities are available in /source directory, specifically:

fill in the blank expandable content drag and drop

Implementation

-please make your files inside a folder directly in the root of the project, for example fill in the blank -inside should only be three files, index.html, script.js, style.css -we are trying to create these examples as simply as possible, with vanilla JavaScript where possible (no 3rd party libraries) -it is possible that a 3rd party library may be required, but please check in before you attempt to implement -feel free to use the /source examples as a base for your implementation, but we do not want to be using jquery

Expectations

-there is no specific deadline for this task -it is expected that you will check in daily on progress -you should make a new branch on git and push your branch regularly -when you are done, or when you want feedback, please open a pull request and let the team know

Anmol135 commented 1 year ago

Hey guys, I am working on Fill in the blank interactive project. If you want to have a look at my project, please visit my branch Anmol.

FeXd commented 1 year ago

This is closed as per #13