Assigned
Status Update
Comments
fr...@gmail.com <fr...@gmail.com> #2
+1
ia...@google.com <ia...@google.com> #3
Inspecting the documentation, there exist form image methods:
mo...@gmail.com <mo...@gmail.com> #4
These methods allow you to add images as a stand alone image item to a form.
What I want and I'm guessing the requester wa asking for is the ability to
add images to questions and to options for multiple choice questions. This
can be done in the forms interface - it can't be done via a script
On Wed, 31 Mar 2021 at 08:57, <buganizer-system@google.com> wrote:
What I want and I'm guessing the requester wa asking for is the ability to
add images to questions and to options for multiple choice questions. This
can be done in the forms interface - it can't be done via a script
On Wed, 31 Mar 2021 at 08:57, <buganizer-system@google.com> wrote:
ia...@google.com <ia...@google.com>
ia...@google.com <ia...@google.com> #5
Thank you for that clarification. You are absolutely right.
I have filed this internally for the right team to take a look at. Any updates on this will be posted here.
is...@google.com <is...@google.com>
em...@gmail.com <em...@gmail.com> #6
Hi! How is it going for the team? I'm in need of this feature for a thesis I'm working on. Thanks for all your good work on forms and apps script!
best regards.
best regards.
Description
First, please search through existing issues to ensure that the feature request has not already been reported. You can start the search here:
If the feature has already been requested, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any context of how the feature would benefit you.
Also, please verify that the functionality you are requesting is not already present in Apps Script.
If your feature has not been requested, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the request:
While you can manually add an image inside a form item on the form editing page, I can find no way to do it with Apps Scripts. Only adding a separate imageitem is possible in the FormApp class, but this doesn't look as nice in many situations as having the image included within a drop down menu or other form item, under the title.
What is the purpose of this new feature?
To add an "image" member to the "item" interface of the FormApp class with the intent of being able to programmatically add or edit images included inside items in a form.
What existing Apps Script services would this affect?
FormApp class.
What existing data does this use?
The data that already allows manual manipulation of images within form items, such as a drop down menu.
Please provide any additional information below, including the particular use cases you believe this feature would enable or improve.
This would enable programmatic adding, removing or editing images within a form item, such as a drop down menu. I believe almost all developers using Apps Scripts to create or edit forms would benefit from having this feature. It seems the scripts are just a little behind what you can already do manually.
Thanks so much!