Is there a way to import distribution lists in an answer when creating a multiple choice question..

When creating a question in google forms, is there a way to import distribution lists in an answer when creating a multiple choice question? Wasn't sure if this was possible or if it could be added on as an integration?

0 1 195
1 REPLY 1

@kimberlyesper 

Well, if you're comfortable with Google Apps Script, it seems that it's possible using the Forms API. A little googling helped me find https://www.labnol.org/code/google-forms-choices-from-sheets-200630 which sounds quite close to what you want. You could either modify the code to directly pull a list of members from a group instead of the items in a Sheet, or you maybe could use GAM to push the membership of the group into a Sheet (using the todrive option). 

But maybe someone who knows more about Forms will come along in a bit and point out a UI-only way to do it? 

Hope that helps, at least a little,

Ian

Top Labels in this Space