I have multiple multiple choice questions and checkboxes with images inside them. I am trying to compile all the questions into a doc file. How do I get the images inside the questions? They are not in a separate Image Item. https://docs.google.com/forms/d/1qdqNcaaiKxOoi4IiNc_3xcr1X3uw84qnV7mqMzcQA-0/edit?usp=sharing (This is a sample form containing an Image inside the question in case it isn't clear from the text)
How to get image inside a form item in google apps scripts
1.7k Views Asked by MAHESH ARAVIND V At
2
There are 2 best solutions below
0
MAHESH ARAVIND V
On
This feature has been assigned and is expected to come soon. https://issuetracker.google.com/u/1/issues/135828271 star this issue for progress updates
Related Questions in GOOGLE-APPS-SCRIPT
- How to use custom font during html to pdf conversion?
- parameter values only being sent to certain columns in google sheet?
- AppScript to replace image in google slides
- Email Sent Using AppScript Appears in Sent Box, but does not appear in Recipient's Inbox
- Update a MySQL row depending on the ID in Google Sheets Apps Script
- Would like the script to return the PDF letter via email with the sheet name not the spreadsheet name
- App script to prevent duplicate form submission
- Redirect Users to another website using GAS
- How do I create a Line Graph on App Script?
- Error (Status of 500) and X-Frame-Options with google apps script redirect function
- How do I add the Luxon library google sheet script
- AppScript For Google Form
- google sheet script to convert the Scientific notation in the selected area to number
- onEdit() 'row is not defined' error using checkboxes
- Regex expression not working on Google Form
Related Questions in GOOGLE-APPS
- Google Sheets Script - Macro not sending network request when activated by checkbox edit listener
- Google Sheet different cell ranges protection and access levels (all, specific, email-based)
- Protecting sheet. Selective editing permissions in Google Sheet
- How can I merge documents with Google Apps Script while keeping the order and proper sequencing of numbered lists?
- Google Apps Script. Transfer data from current active sheet to another by URL (on Edit event)
- Creating a Script in google apps script to launch a google form
- Google hasn’t verified this app - but I'm just sharing code?
- Concerned about end of support for Python runtimes (python27 and python37)
- Appscript webapp returns authentication error when an unauthenticated google account is logged in another tab
- How to remove border from buttons in google apps script?
- How to center align a button using CardService?
- Exception: Service Spreadsheets failed while accessing document with id
- script to activate next/previous sheet
- google app script took too long to respond and field to serve web app
- Google Calendar API: No event details due to service account access role
Related Questions in GOOGLE-APPS-SCRIPT-API
- Disable toast notification or change error message in google apps script add-on
- Why does running Apps Script function from Apps Script API returns 500?
- Goggle Apps Script integration with Zabbix
- Is there a way to run Apps Script web applications in a "queue", respecting the completion of one execution to start the next?
- Permission issues deleting files with Google Drive API in ruby
- POST request to Google Apps script from Spring Boot controller
- Call Google Apps Script from a Google Cloud Function
- How to return and update previous card using Card Service?
- Can't access a Google Script API executable URL
- User Access Ctrl for Google Script App with 'Execute as Me' option
- Google Apps Script apps stopped displaying images and returns 403 Forbidden
- Can I save a Google Sheet as an older XLS, rather than a XLSX file?
- How to send localhost Blob(Clipboard Image Data) send to other server (Google Apps Script)
- Apps Script API Getting a 404 error when using `https://script.googleapis.com/v1/scripts/${fileId}:run`
- How do I update my users' contacts and contact photos with the Google People API?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Answer:
Unfortunately, at the moment there is no way to get/set images in multiple choice questions using Apps Script.
Feature Request:
There is already a feature request for setting images using FormApp, which can be found at the following link:
You should star this issue to let Google know that this is a highly requested feature so that they can prioritise feature requests.
Alternatively, create a second Feature request specifically about getting the image and link to this one. The link to flie a feature request for Apps Script is here.