Title: Quizy
Author: Jamel.Z
Published: <strong>13.05.2017</strong>
Last modified: 23.05.2017

---

Поиск плагинов

![](https://ps.w.org/quizy/assets/banner-772x250.jpg?rev=1656469)

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://ps.w.org/quizy/assets/icon-256x256.jpg?rev=1656469)

# Quizy

 Автор: [Jamel.Z](https://profiles.wordpress.org/lebleut/)

[Скачать](https://downloads.wordpress.org/plugin/quizy.zip)

 * [Детали](https://ru.wordpress.org/plugins/quizy/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/quizy/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/quizy/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/quizy/#developers)

 [Поддержка](https://wordpress.org/support/plugin/quizy/)

## Описание

Quizy is in the 1st step of development, if you would like to contribute please 
refer to our Github repository.

 * Create Quizzes with (Quiz type, Duration (sec), max nbr questions)
 * Create questions and assign them to a picked Quiz (add answers, duration, image…)
 * A short code for every quiz
 * …

### Template System

The Quizy template system is pretty similar to the Woocommerce template system :

If you need overwrite the Quizy template pages, you just need to copy the `templates`
folder from the Quizy directory to your theme or child theme directory and rename
it to `quizy`.

### Shortcode

You should use `[quizy id=1234]` where 1234 is the quiz id to show.
 Add the `list
=yes` if you need to list all the quiz questions in one single page `[quizy id=1234
list=yes ]`, otherwise the one question per screen mode will be the default mode
for your current quiz.

### Hooks

Action Hooks
 * do_action(‘`quizy_before_questions`‘, $quiz_post) * do_action(‘`
quizy_before_question`‘, $question) * do_action(‘`quizy_after_question`‘, $question)*
do_action(‘`quizy_after_questions`‘, $quiz_post, $questions)

Filter Hooks
 * apply_filters(‘`quizy_locate_template`‘, $template, $template_name,
$template_path ) * apply_filters(‘`quizy_stylesheet_url`‘, QUIZY_PLUGIN_URL . ‘assets/
style.css’) * apply_filters(‘`quizy_script_url`‘, QUIZY_PLUGIN_URL . ‘assets/quizy.
js’);

## Скриншоты

[⌊Quizzes list with shortcode⌉⌊Quizzes list with shortcode⌉[

Quizzes list with shortcode

[⌊Questions list⌉⌊Questions list⌉[

Questions list

[⌊Question example⌉⌊Question example⌉[

Question example

[⌊Quizy general settings (Settings->Quizy)⌉⌊Quizy general settings (Settings->Quizy
)⌉[

Quizy general settings (Settings->Quizy)

## Установка

This section describes how to install Quiz and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/quizy` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Quizy screen to configure the plugin

## Часто задаваемые вопросы

  Installation Instructions

This section describes how to install Quiz and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/quizy` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Quizy screen to configure the plugin

  A question that someone might have

An answer to that question.

  What about foo bar?

Answer to foo bar dilemma.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Quizy» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

 *   [ Jamel.Z ](https://profiles.wordpress.org/lebleut/)

[Перевести «Quizy» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/quizy)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/quizy/), проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/quizy/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/quizy/)
по [RSS](https://plugins.trac.wordpress.org/log/quizy/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.1

 * New TEMPLATING SYSTEM (Similar to Woocommerce template system)
 * Questions are now shown one after the other (1 question per page) as a the default
   mode, you can chage the mode to list by adding ‘list’ as a parameter to your 
   shortcode
 * Add result percentage section
 * Filter hooks : ( quizy_locate_template, quizy_stylesheet_url, quizy_script_url)
 * Action hooks : ( quizy_before_questions, quizy_before_question,q uizy_after_question,
   quizy_after_questions )
 * Folders organisation
 * Add questions and answers number
 * Fix bugs

#### 1.0

 * 1’st published Quizy version
 * Duration is not yet concidered
 * only 1 quiz template is provided for now

## Мета

 *  Версия **1.1**
 *  Обновление: **9 лет назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 3.9 или выше **
 *  Совместим вплоть до: **4.7.33**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/quizy/)
 * Метки:
 * [evaluation](https://ru.wordpress.org/plugins/tags/evaluation/)[extensible](https://ru.wordpress.org/plugins/tags/extensible/)
   [quizzes](https://ru.wordpress.org/plugins/tags/quizzes/)[shortcode](https://ru.wordpress.org/plugins/tags/shortcode/)
   [tests](https://ru.wordpress.org/plugins/tags/tests/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/quizy/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/quizy/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/quizy/reviews/)

## Участники

 *   [ Jamel.Z ](https://profiles.wordpress.org/lebleut/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/quizy/)