Chapter quiz · Forms & Validation

Test what you learned.

8 questions on Forms & Validation. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Forms & Validation — Chapter Quiz

Eight questions on v-model, modifiers, defineModel, validation, VeeValidate, and Zod.

0/ 9
  1. Question 1
    1

    When v-model is bound to multiple checkboxes sharing the same name, the ref becomes:

  2. Question 2
    2

    What does v-model.lazy="x" change?

  3. Question 3
    3

    Which modifier coerces an input value to a number?

  4. Question 4
    4

    defineModel() (Vue 3.4+) is used in a component to:

  5. Question 5
    5

    VeeValidate is the dominant form-validation library in the Vue ecosystem.

  6. Question 6
    6

    Why combine Zod with a Vue form library?

  7. Question 7
    7

    On a text input, v-model.___ strips leading and trailing whitespace.

  8. Question 8
    8

    Which patterns are common for handling form submission in Vue?

    Select all that apply.

Pick an answer — instant feedback as you go.