/sector-quiz

Temp home for Sector quiz add on. Development will move to Drupal.org when complete.

Primary LanguagePHP

This is the temporary home for the Sector Quiz add on.

Sector is a Drupal distribion targeted towards Drupal site builders and site owners who are looking for a fully configured Drupal project out of the box. Content owners and editors will find an intuitive content management, great authoring experiences and administration that does not require coding. https://www.drupal.org/project/sector

This add on provides Quiz functionality to Sector.

To include this, add the repo to your composer.json

"sector.quiz": { "url": "https://github.com/DanielVeza/sector-quiz.git", "type": "git" } Add the repo to your composer.json in the require section

"drupal/sector_quiz": "dev-master"

Run composer update to get the module and it's dependencies

composer update drupal/sector_quiz

Copy the template file ds-1col--paragraph_scenario_answer-default.html.twig from this module to your custom themes templates/paragraphs/ directory