Lubinik Learning

Training mode

Gutenberg Block Development

Time remaining:

0 / 20 answered

  1. 1. What is the primary role of block.json?

    What is the primary role of block.json?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  2. 2. What format must a block name use?

    What format must a block name use?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  3. 3. Which block.json property selects Block API behavior?

    Which block.json property selects Block API behavior?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  4. 4. Why register blocks on the server as well as the client?

    Why register blocks on the server as well as the client?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  5. 5. Which PHP function registers a block from its metadata directory?

    Which PHP function registers a block from its metadata directory?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  6. 6. Which JavaScript function registers a block type?

    Which JavaScript function registers a block type?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  7. 7. What do block attributes represent?

    What do block attributes represent?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  8. 8. What is the edit component responsible for?

    What is the edit component responsible for?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  9. 9. What does a static block save function produce?

    What does a static block save function produce?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  10. 10. What may save return for a fully dynamic block?

    What may save return for a fully dynamic block?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  11. 11. What does the block.json render property identify?

    What does the block.json render property identify?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  12. 12. When is dynamic rendering useful?

    When is dynamic rendering useful?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  13. 13. Which hook supplies standard wrapper props in the editor?

    Which hook supplies standard wrapper props in the editor?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  14. 14. Which PHP helper supplies block wrapper attributes for dynamic markup?

    Which PHP helper supplies block wrapper attributes for dynamic markup?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  15. 15. What does the supports metadata property configure?

    What does the supports metadata property configure?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  16. 16. What is editorStyle intended for?

    What is editorStyle intended for?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  17. 17. Why define deprecated block versions?

    Why define deprecated block versions?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  18. 18. What commonly causes a static block validation error?

    What commonly causes a static block validation error?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  19. 19. What does the Interactivity API provide?

    What does the Interactivity API provide?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  20. 20. What must dynamic block rendering still do with data?

    What must dynamic block rendering still do with data?
    Hint

    Choose the answer that reflects current WordPress engineering practice.