WordPress / block-development-examples

Practical examples for building WordPress blocks and extending the Editor.
https://wordpress.github.io/block-development-examples/
GNU General Public License v2.0
205 stars 31 forks source link

Fix number of quizzes in the Interactivity API example #124

Closed luisherranz closed 4 months ago

luisherranz commented 4 months ago

I fixed the server error that occurred when reading the number of quizzes on the page.

Additionally, we need to change the blueprint so that the quizzes are inner blocks of the Quiz Progress block.