Skip to content

A quick and simple question worksheet generation program, that you can customize with configs.

Notifications You must be signed in to change notification settings

McJoe21Dev/question-worksheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⁉️ Question Worksheet 📃

A question worksheet generation program, with configs.


Starting

  • 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

Settings

  • 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

Tips

  • Make more options in the config compared to the question count
  • Try to add as many possible choices of fillers

Planning

  • Worksheet save codes

Librarys Used