Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kwj-team/strapi-plugin-quizzes

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kwj-team/strapi-plugin-quizzes

This plugin adds quiz capabilities to Strapi CMS

  • 1.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Strapi plugin quizzes

A quick description of Strapi Plugin Quizzes.

It's a plugin that sets up basic structure for creating your own quizzes.

It has dynamic zone which let's you pick what type of question it will be:

  • Single Choice Question
  • Multi Choice question
  • ... more to come

Plugin allows for low effort fully Strapi CMS managable Quizzes. Feel free to create your own variations of the components.

Installing the plugin

To install the plugin in Strapi you need to type

npm install @kwj-team/strapi-plugin-quizzes --save

or

yarn add @kwj-team/strapi-plugin-quizzes

That's it 🎉, plugin will create content-type and components for you. Have fun with it! 😎

Paired Components

We have prepared React Components ✨ that use MUI library and match the data that the plugin will provide. You can customize the components as you would @material/mui library. Samples are available in the admin page of the plugin as well as on the storybook.

Components are available under https://www.npmjs.com/package/@kwj-team/react-quiz-components

You can add them to your react project using

npm i @kwj-team/react-quiz-components

or

yarn add @kwj-team/react-quiz-components

Storybook for the components which allows you to preview how the quiz would look like.

Contributing

Feel free to create issue in github, it's just starting up so there will be quite a few :)

Roadmap

  • Storing the results of quiz attempt in strapi
  • More types of questions
  • More flavours of matching components (styled-components or tailwind 🤔)
  • Anonymous/Registered support - only authorized etc.
  • ...

Contact

Feel free to contact us on wojtek@kwjteam.com and klaudia@kwjteam.com also you can check out our page at kwjteam.com

FAQs

Package last updated on 05 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc