=== Pracvio Practice Block ===
Contributors: tarunbuzz
Tags: quiz, practice, education, gutenberg, questions
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Interactive Gutenberg practice questions with single choice, multiple choice, and fill in the blanks question types.

== Description ==

Pracvio Practice Block adds an interactive practice-question block to the WordPress block editor. It is designed for worksheets, learning pages, revision pages, and self-practice content.

Current question types:

* Single Choice Question
* Multiple Choice Question
* Fill in the Blanks

The block supports rich question content, answer options, optional explanations, frontend progress, answer checking, retry controls, and a completion score.

Important: this block checks answers in the visitor's browser. It is intended for practice and learning content, not secure exams or protected assessments.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/pracvio-practice-block/` or install it from the WordPress Plugins screen.
2. Activate the plugin.
3. Open the block editor and add the Pracvio Practice Block.
4. Add questions and publish the page.

== Screenshots ==

1. Add and manage practice questions in the block editor.
2. Frontend practice layout with progress, answer checking, and feedback.
3. Fill in the Blanks question with accepted answers and explanation.
4. Practice completion screen with score and retake option.

== Frequently Asked Questions ==

= Does this plugin store user answers? =

No. The current version is for frontend self-practice and does not store submissions.

= Can this be used for secure exams? =

No. Correct answers are available to the browser so the block should be used for practice, worksheets, and learning pages only.

= Which question types are included? =

Single Choice Question, Multiple Choice Question, and Fill in the Blanks.

= Is True / False supported? =

Yes. Create a Single Choice Question with two options: True and False.

== Changelog ==

= 1.0.0 =
* Initial stable public release.
* Added Single Choice, Multiple Choice, and Fill in the Blanks question types.
* Added rich question content, answer explanations, frontend progress, answer checking, and completion score.
* Added editor validation for missing correct answers and incomplete blank-answer setup.
* Improved WordPress.org readiness and frontend navigation after answered questions.
