Response Validation in Google Form | How to Validate Response in Google Form

Published: 12 August 2020
on channel: Tech Studies by Neha Teotia
2,182
43

Response Validation in Google Form | How to Validate Response in Google Form

In this video you will learn how to validate your response in Google Form? how to do field validation in Google Forms & use basic regular expression to validate user entires. We'll text length, url, number, age, phone number, Aadhar card number, email address validation examples.

Some Regular Expressions are:
For Age: [1-9]?[0-9]?[0-9]
For Phone Number (Format like this: xx-xxxxx-xxxxx) : ([0-9]{2}-\d{5}-\d{5})
For Aadhar Number (Format like this: xxxx-xxxx-xxxx): ([0-9]{4}-\d{4}-\d{4})
For Class and Section (Format like this: 45 A if you know that roll number would only be of two digit and Capital Alphabets you want to use for section ) : [0-9]{2}\s[A-Z] or ([1-9]?[0-9]?[0-9]\s[a-z])

You will learn:
#ResponseValidationinGoogleForm
#HowtoUseRegularExpressioninGoogleForm
#ValidateResponseinGoogleForm
#HowtoValidatePhoneNumber
#HowtoValidateURL
#HowtoValidateCharacterLength
#validateEmailaddress
#ValidateCharacterLength
#learnHowtoUseRegularExpressionInGoogleForm

It will be helpful for all those who are using Google Forms for creating quiz for their students.

For more queris you can ask from comment section
you can subscibe to my channel for more videos realted to technical studies like HTML, MS Access and more to come.


Watch video Response Validation in Google Form | How to Validate Response in Google Form online without registration, duration hours minute second in high quality. This video was added by user Tech Studies by Neha Teotia 12 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,182 once and liked it 43 people.