PHPackages                             pxquiz/back-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pxquiz/back-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pxquiz/back-bundle
==================

Bundle to create and manage multiples quiz

032[1 issues](https://github.com/inesmokni/QUIZBackBundle/issues)PHP

Since Dec 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/inesmokni/QUIZBackBundle)[ Packagist](https://packagist.org/packages/pxquiz/back-bundle)[ RSS](/packages/pxquiz-back-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

QUIZBackBundle
==============

[](#quizbackbundle)

This bundle aims to create and manage multiple quiz.

Features
========

[](#features)

- Create many quiz at the time and makes only one active.
- A quiz can have multiple categories. Each category have many pages and each page have many questions.
- Each component can be confiured by simple parameters.
- Clone existing quiz
- A question can be conditionned by one or many other question's responses

Install QUIZBackBundle
======================

[](#install-quizbackbundle)

1/ Add require to your composer.json and update:

```
"pxquiz/back-bundle" : "dev-master"

```

2/ Update your AppKernel.php:

```
new QUIZ\BackBundle\QUIZBackBundle()

```

3/ Update your assets :

```
php app/console assets:install

```

4/ Add the custom themes uder Twig in your config.yml :

```
twig:
  form_themes:
    - 'QUIZBackBundle:Form:_parent_view_type-prototype.html.twig'
    - 'QUIZBackBundle:Form:_quiz_response_type-prototype.html.twig'

```

5/ Include the bundle routes in routing.yml:

```
quiz_back:
  resource: "../../vendor/pxquiz/back-bundle/Controller/"
  type:     annotation
  prefix:   /

```

6/ Use a bundle wich extends QUIZBackBundle:

```
  public function getParent()
  {
    return 'QUIZBackBundle';
  }

```

7/ Update your database:

```
php app/console doctrine:schema:update --force

```

8/ Type this route and follow the instructions: http://YOUR\_HOST/quiz/

9/ In order to be able to configure your Quiz, use this pattern in config.yml :

```
quiz_back:
      categories:
        C01: Catéagorie 1
        C02: Catéagorie 2
        C03: Catéagorie 3
      question_type:
        0: Texte libre
        1: Radio
        2: Checkbox
        3: Combobox
      question_has_score : false
      question_has_condition: false
      question_has_help: false
      extra_response: false

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

---

Top Contributors

[![inesmokni](https://avatars.githubusercontent.com/u/3668494?v=4)](https://github.com/inesmokni "inesmokni (10 commits)")

### Embed Badge

![Health badge](/badges/pxquiz-back-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/pxquiz-back-bundle/health.svg)](https://phpackages.com/packages/pxquiz-back-bundle)
```

###  Alternatives

[vivait/string-generator-bundle

Generate random strings for IDs or keys using property annotations

1759.4k](/packages/vivait-string-generator-bundle)[withinboredom/time

Converting time to units

152.7k1](/packages/withinboredom-time)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
