@giveedu/json-question-bank
v1.0.1
Published
A storage and search system for multiple choice questions
Downloads
4
Maintainers
Readme
json-question-bank
A JavaScript API to search multiple choice questions
Intro
This is a nodejs package written to help sort through question objects. Question objects are JavaScript objects meant to symbolize multiple choice, educational questions. This package can be used both in front end javascript and backend NodeJS.
Purpose
This package was mainly written to aid web development for GiveEdu
.
Installation
To install the package, run the following command
npm install @giveedu/json-question-bank
Tests
To run the tests, run the follwing command in your terminal.
npm test