Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Generate Quiz Using Short code

Опис

Using this plugin you can create a quick Multiple Choice Quiz. Just Using the simple short codes.

Rules are simple:

use short code like this

[gmc-question]

question text on first line…..it shud not spread multiple lines, just the first line.

second line must has the right answer.

third line wrong answer

fourth line wrong answer

more lines with wrong answers if any

[/gmc-question]

We will update it to save the user feedback soon.

-Santosh Kalra

Demo: Demo Url Here

Скріншоти

  • screenshot-1.png
  • screenshot-2.png

Встановлення

To install the plugin follow these steps :

  1. Download the zip file to your local machine.
  2. Unzip the file
  3. Upload the folder to the “/wp-content/plugins/” directory
  4. Go to plugins page.
  5. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s it!

Часті питання

How to create the quiz?

In your WP post editor,

use short code

[gmc-question]

your text

[/gmc-question]

That’s it, your text will be converted to the question.

Rules are simple:

use short code like this

[gmc-question]

question text on first line…..it shud not spread multiple lines, just the first line.

second line must has the right answer.

third line wrong answer

fourth line wrong answer

more lines with wrong answers

[/gmc-question]

Can I put More than one question in a post?

yes, you can put any number of questions in a single post.

Demo: Demo Url

Відгуки

Для цього плагіна немає відгуків.

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

“Generate Quiz Using Short code” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Generate Quiz Using Short code” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.0

  • It’s First Version of Quiz Box with Short Code WordPress Plugin