{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "pressprimer-quiz/quiz",
	"version": "2.1.0",
	"title": "PPQ Quiz",
	"category": "pressprimer-quiz",
	"icon": "welcome-learn-more",
	"description": "Display a quiz for users to take.",
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"attributes": {
		"quizId": {
			"type": "number",
			"default": 0
		},
		"useQuizDefaults": {
			"type": "boolean",
			"default": true
		},
		"showDescription": {
			"type": "boolean",
			"default": true
		},
		"showQuestionCount": {
			"type": "boolean",
			"default": true
		},
		"showQuizType": {
			"type": "boolean",
			"default": true
		},
		"showTimeLimit": {
			"type": "boolean",
			"default": true
		},
		"showPassPercentage": {
			"type": "boolean",
			"default": true
		},
		"showAttemptCount": {
			"type": "boolean",
			"default": true
		},
		"showAttemptHistory": {
			"type": "boolean",
			"default": true
		},
		"showScore": {
			"type": "boolean",
			"default": true
		},
		"showPassFail": {
			"type": "boolean",
			"default": true
		},
		"showTimeSpent": {
			"type": "boolean",
			"default": true
		},
		"showAverage": {
			"type": "boolean",
			"default": true
		},
		"showCategoryBreakdown": {
			"type": "boolean",
			"default": true
		},
		"showQuestionReview": {
			"type": "boolean",
			"default": true
		},
		"showRetakeButton": {
			"type": "boolean",
			"default": true
		},
		"showScoringExplanations": {
			"type": "boolean",
			"default": true
		}
	},
	"textdomain": "pressprimer-quiz",
	"editorScript": "file:../../build/blocks/quiz/index.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
