Week 07 · lesson

Build a Form With Intent

A Google Form has two designs at the same time:

  1. the questions the respondent sees;
  2. the configuration that controls who can respond, what is required, and how responses behave.

A good question inside a careless configuration can still create a bad workflow.

Required is a data rule

Marking a field Required means the system refuses submission without a response. That can improve completeness, but it also increases pressure to provide information.

Only require a field when the workflow genuinely needs it.

Example:

  • Event session choice may be required to plan room capacity.
  • Optional feedback comment probably does not need to be required.

Identity settings change the dataset

Depending on the school configuration, Forms may offer settings related to sign-in, email collection, response limits, or organization-only access.

These settings affect what metadata or identity information enters the dataset. Do not toggle them casually.

For this course, use the minimum identity collection allowed by the classroom task. A practice survey usually does not need personal email addresses.

Validation can prevent impossible values

A short-answer field asking for a number of minutes can receive a lot unless the question design or validation makes the expected value clear.

Validation is not magic data cleaning. It can block some malformed entries at collection time.

Build a safe prototype

Create a Form for this fictional question:

Which Digital Literacy tool would you most like additional practice with, and why?

Use:

  • one multiple-choice question for the tool;
  • one optional short-answer explanation;
  • a clear title and purpose statement;
  • no real name, student ID, personal email, medical information, home address, or password field.

Before collecting any response, inspect the settings and record them.

Form Configuration Record

Setting/decisionCurrent stateWhy this state fits the task
sign-in requirement
email collection
response limit
required questions
confirmation message
response access

If the district forces a setting, record policy-controlled rather than pretending you chose it.

Failure mode: testing with real sensitive information

A prototype does not become more realistic because you type a real password or private contact detail into it. Use invented test values.

Exit test

Preview the Form as a respondent. Submit one safe test response if the classroom environment permits it. Verify that the expected fields appear and that an optional field is truly optional.

Keep the Form Configuration Record. Lesson 3 will decide whether every field deserves to exist at all.