Skip to content

ian-wallace/quiz-components

 
 

Repository files navigation

quiz-components

Release Badge

Contains various BSI components used by quizzing.

Components

  • d2l-activity-question-usage is the component for displaying a single external activity question as a list item
  • d2l-activity-question-points is the component for displaying a collection of external activity questions

Running Locally

npm run start will start an es-dev server that uses the data in demo/data

Testing

# unit test
npm run test

# lint only
npm run lint

Versioning and Releasing

Releases occur based on the most recent commit message:

  • Commits which contain [increment patch] will trigger a patch release. Example: [increment patch] validate input before using
  • Commits which contain [increment minor] will trigger a minor release. Example: [increment minor] add toggle() method
  • Commits which contain [increment major] will trigger a major release. Example: [increment major] breaking all the things

Note: When merging a pull request, this will be the merge commit message.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 2.8%