A question worksheet generation program, with configs.
- Unzip the contents of the zip to an empty folder
- Open the
index.html
file in the browser or a localhost server - Use "id" parameter in the url to load the config that you want
- To edit the questions just look for the
configs
folder - Config most have values for following:
Value | Type | About |
---|---|---|
header | object | The page header |
questions | number | Question count |
line | boolean | Show or hides the line under the question |
interactive | boolean | Make inputs interactive |
start | array | Question start options |
middle | array | Question middle part |
end | array | Question end options |
- Make more options in the config compared to the question count
- Try to add as many possible choices of fillers
- Worksheet save codes