Google Forms Response Limiter Based on Another AnswerScripting and Storing Google Form Responses to a databaseGrab current selection from a google form sectionSubmitting value that is different to item label, Google Forms (Google Script)Google Form Response Sheet script that triggers copy of a template spreadsheet to a new filenameMake rows of a Google spreadsheet editable in a Google formHow to limit Google Form submissions based on total number of answers not number of responsesGoogle form to answer sheet to separate sheet to emailGoogle Form Choice Eliminator/form limiter alternative using Google Apps ScriptHow to link the email adresses of your google form respondents to the responses in the sheet?Cross Check Google Forms and Google Sheets
Can a Warlock become Neutral Good?
What does "Puller Prush Person" mean?
Do I have a twin with permutated remainders?
Is a tag line useful on a cover?
Which models of the Boeing 737 are still in production?
strToHex ( string to it's hex representation as string)
Arthur Somervell: 1000 Exercises - Meaning of this notation
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Have astronauts in space suits ever taken selfies? If so, how?
Minkowski space
To string or not to string
How to find program name(s) of an installed package?
Dragon forelimb placement
Is it legal for company to use my work email to pretend I still work there?
What defenses are there against being summoned by the Gate spell?
Writing rule stating superpower from different root cause is bad writing
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
The use of multiple foreign keys on same column in SQL Server
What is the offset in a seaplane's hull?
Why doesn't H₄O²⁺ exist?
Is it unprofessional to ask if a job posting on GlassDoor is real?
How to format long polynomial?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Google Forms Response Limiter Based on Another Answer
Scripting and Storing Google Form Responses to a databaseGrab current selection from a google form sectionSubmitting value that is different to item label, Google Forms (Google Script)Google Form Response Sheet script that triggers copy of a template spreadsheet to a new filenameMake rows of a Google spreadsheet editable in a Google formHow to limit Google Form submissions based on total number of answers not number of responsesGoogle form to answer sheet to separate sheet to emailGoogle Form Choice Eliminator/form limiter alternative using Google Apps ScriptHow to link the email adresses of your google form respondents to the responses in the sheet?Cross Check Google Forms and Google Sheets
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
So I am trying to make a google forms document. Currently I am making a sign up sheet where and there are two key questions.
1. What date do you want to sign up (It gives a list of dates to choose from)
ex. Date mm/dd/yyyy
2. What role do you want to have (There are three separate roles)
ex. Role 1 (8 spot limit)
Role 2 (8 spot limit)
Role 3 (4 spot limit)
I have found an addon called "Choice Eliminator 2" That removes an answer choice (make it un-selectable) once a response reaches a certain limit. However I want people to be able to sign up for the same amount of roles on each date instead of having a response limit for the entire survey. I don't know if that makes sense, but any help you can provide would be greatly appreciated.
if-statement google-apps-script conditional limit google-form
add a comment |
So I am trying to make a google forms document. Currently I am making a sign up sheet where and there are two key questions.
1. What date do you want to sign up (It gives a list of dates to choose from)
ex. Date mm/dd/yyyy
2. What role do you want to have (There are three separate roles)
ex. Role 1 (8 spot limit)
Role 2 (8 spot limit)
Role 3 (4 spot limit)
I have found an addon called "Choice Eliminator 2" That removes an answer choice (make it un-selectable) once a response reaches a certain limit. However I want people to be able to sign up for the same amount of roles on each date instead of having a response limit for the entire survey. I don't know if that makes sense, but any help you can provide would be greatly appreciated.
if-statement google-apps-script conditional limit google-form
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43
add a comment |
So I am trying to make a google forms document. Currently I am making a sign up sheet where and there are two key questions.
1. What date do you want to sign up (It gives a list of dates to choose from)
ex. Date mm/dd/yyyy
2. What role do you want to have (There are three separate roles)
ex. Role 1 (8 spot limit)
Role 2 (8 spot limit)
Role 3 (4 spot limit)
I have found an addon called "Choice Eliminator 2" That removes an answer choice (make it un-selectable) once a response reaches a certain limit. However I want people to be able to sign up for the same amount of roles on each date instead of having a response limit for the entire survey. I don't know if that makes sense, but any help you can provide would be greatly appreciated.
if-statement google-apps-script conditional limit google-form
So I am trying to make a google forms document. Currently I am making a sign up sheet where and there are two key questions.
1. What date do you want to sign up (It gives a list of dates to choose from)
ex. Date mm/dd/yyyy
2. What role do you want to have (There are three separate roles)
ex. Role 1 (8 spot limit)
Role 2 (8 spot limit)
Role 3 (4 spot limit)
I have found an addon called "Choice Eliminator 2" That removes an answer choice (make it un-selectable) once a response reaches a certain limit. However I want people to be able to sign up for the same amount of roles on each date instead of having a response limit for the entire survey. I don't know if that makes sense, but any help you can provide would be greatly appreciated.
if-statement google-apps-script conditional limit google-form
if-statement google-apps-script conditional limit google-form
edited Mar 9 at 2:13
Cooper
8,3072829
8,3072829
asked Mar 9 at 1:57
Jonathan ConnollyJonathan Connolly
62
62
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43
add a comment |
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55073267%2fgoogle-forms-response-limiter-based-on-another-answer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55073267%2fgoogle-forms-response-limiter-based-on-another-answer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome. I don't know if that makes sense... actually, no it doesn't. Would you edit your question to explain in detail what you are trying to achieve and what programming problem you are trying to overcome.
– Tedinoz
Mar 10 at 9:43