Question

Use Google Forms to create a survey that collects the following information AND satisfies the following...

Use Google Forms to create a survey that collects the following information AND satisfies the following additional requirements. Use the "Using Google Forms" document under the Course Documents module as well as any online resources you can find to assist you with this assignment. Create the shareable link for your survey and paste it in as the submission for this assignment.

Collect the following information:

Age

Gender

Birth Month

Height (in Inches)

Shoe Size

Eye Color

Number of hours of TV (movies, streaming, etc.) watched last night

Number of credits currently taking

Number of hours of sleep gotten last night

Number of hours worked last week

Number of songs on digital music player

Number of friends on Facebook

Number of times per day check social media sites

Number of tattoos

Number of siblings

Time usually go to bed

Level of Math anxiety (none, low, medium, high)

Cell phone carrier

Incorporate the following additional requirements onto your survey:

An answer field of each of the following types: Short Answer, Multiple Choice, Dropdown, Time

Add response validation to at least one of your Short Answer fields

Add at least one section break

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Link for the required google form :

https://docs.google.com/forms/d/e/1FAIpQLSeIjRn96iIn2_rvKIeH_zpdKwTWxpWuf8LuqKeGla5v28CSxQ/viewform?usp=sf_link

Just a hint of what the form looks like along with the response. Details can be viwed by copying the above link. Paste it to your browser and click to view the entire form.

C Use Google Forms To Create AS x Untitled form - Google Forms x+ ← → https://docs.google.com/forms/d/1ZRFKvRvpErtQGOSTHuv2YziviEGS-NJhbol3Yn5SzXl/edit Untitled form SEND UESTONSRESPONSES Section 1 of 2 Google form using google form to collect data Age Short answer text gender* Activate Windows ings to activate Show all | × media Obc Obc2...png 22:24 O Type here to search f ^ロ脈di ENIG 14-01-2019C Use Google Forms To Create AS x Untitled form - Google Forms x+ ← → https://docs.google.com/forms/d/1ZRFKvRvpErtQGOSTHuv2YziviEGS-NJhbol3Yn5SXl/edit#responses 2 responses SUMMARY INDIVIDUAL Accepting responses Age 21 18 gender Female 1 (50%) Male 1 (50%) Activate Windows ings to activate Show allX media Obc Obc2...png 22:26 O Type here to search f ^ロ脈di ENIG 14-01-2019 무

Add a comment
Know the answer?
Add Answer to:
Use Google Forms to create a survey that collects the following information AND satisfies the following...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • PHP Programming Question. Use the techniques you learned so far to create an Address Book application...

    PHP Programming Question. Use the techniques you learned so far to create an Address Book application that stores names, e-mail addresses, and phone numbers in a text file. Validate all input fields and include functionality that allows the user to view the address book. Also, include code that sorts the address book by name and deletes duplicate entries. Each page in the application should have a link back to the main page. Be creative and add extra features if you...

  • In C++ Please please help.. Assignment 5 - Payroll Version 1.0 In this assignment you must create and use a struct to hold the general employee information for one employee. Ideally, you should use an...

    In C++ Please please help.. Assignment 5 - Payroll Version 1.0 In this assignment you must create and use a struct to hold the general employee information for one employee. Ideally, you should use an array of structs to hold the employee information for all employees. If you choose to declare a separate struct for each employee, I will not deduct any points. However, I strongly recommend that you use an array of structs. Be sure to read through Chapter...

  • Project Description In this project, you will design and implement a database for keeping track of...

    Project Description In this project, you will design and implement a database for keeping track of information for an online “SOCIAL NETWORK” system (e.g. a simplified version of Facebook!). You will first design an EER schema diagram for this database application. Then, you will map the EER schema into a relational database schema and implement it on ORACLE or MySQL or some other relational DBMS. Finally, you will load some data into your database (via user Interface) and create some...

  • Requirements Create an Address Book class in Java for general use with the following behaviors: 1....

    Requirements Create an Address Book class in Java for general use with the following behaviors: 1. Constructor: public Address Book Construct a new address book object. • A contact has four fields: first name, last name, email and phone. (There could be more information for a real contact. But these are sufficient for the assignment.) . The constructor reads from the disk to retrieve previously entered contacts. If previous contacts exist, the address book will be populated with those contacts...

  • HTML / CSS Content Requirements Create a home page with the following elements and settings: Set...

    HTML / CSS Content Requirements Create a home page with the following elements and settings: Set the background, font colors, and “theme” to match those used in lab assignment #1 using an external css file; inline styling should be used only where necessary to override styling from the external css H1 element, centered at the top of the page, with “Thank you for choosing Your Company Name. . . “ text* Div or other container with at least 5 sentences...

  • in c++ please Page 1 of 3 (PRO) Project Assignment Instructions Last Charged: 6/1/2020 Read and...

    in c++ please Page 1 of 3 (PRO) Project Assignment Instructions Last Charged: 6/1/2020 Read and follow the directions below carefully and perform the steps in the order listed. You will be solving one program as instructed and turning in your work electronically via an uploaded file within Eagle Online/Canvas and copy & paste the program to the Text Entry box as well. Make sure and check your work prior to uploading the assignment (NOTE: For Steps 1 & 2...

  • You are to prepare a tax return using the following information. You will need to use...

    You are to prepare a tax return using the following information. You will need to use Form 1040, Schedule B if applicable, you determine (Read requirements in text). John Brown, age 53, (social security number 554-78-4556) is single and is supporting his 18 year old son, David (social security number 444-55-7777). David is a student at MirMonte High School. They live in a rented home at 1245 West 5Th Street, Coalinga, CA. John is employed as a engineer and received...

  • In this assignment, we will be making a program that reads in customers' information, and create...

    In this assignment, we will be making a program that reads in customers' information, and create a movie theatre seating with a number of rows and columns specified by a user. Then it will attempt to assign each customer to a seat in a movie theatre. 1. First, you need to add one additional constructor method into Customer.java file. Method Description of the Method public Customer (String customerInfo) Constructs a Customer object using the string containing customer's info. Use the...

  • Write and submit one complete Java program to solve the following requirements. Your program will employ...

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse\*.java” from a directory just below the Greenhouse directory. In the program for this assignment, class names have been specified. You mustuse the supplied class name for both...

  • Write and submit one complete Java program to solve the following requirements. Your program will employ...

    Write and submit one complete Java program to solve the following requirements. Your program will employ packages (that is, source directories), and contain multiple source files. Because you are using packages, your code should be in a directory named “Greenhouse.” You should be able to compile your code using the command “javac Greenhouse\*.java” from a directory just below the Greenhouse directory. In the program for this assignment, class names have been specified. You mustuse the supplied class name for both...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT