Can I use script editor in google forms to use the answer choices in my next question? [duplicate] - google-apps-script

This question already has answers here:
Dynamic dependent dropdowns on Google Form
(1 answer)
How to add a simple calculated field to a google form?
(2 answers)
Closed 5 months ago.
I have a question on a Google Form that requires a user to select checkboxes from a list. The list is of about 70 things.
Then in the next question, I want to ask a follow-up question on just the ones that were checked.
Any suggestions? I thought maybe script editor would help but if you have any other ideas happy to hear them!
checkbox question
Multiple choice grid

Related

How can I get the selected text using a script/macro from Google Sheets? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Here's what I want: In Google Sheets, when I'm editing the contents of a cell, I want to be able to select some of contents (by clicking and dragging), and then run a macro that will modify the selected text in some way (say, add something before and after the selection). Note that I don't want the contents of the whole cell, just the selected text in that cell.
I've searched a lot and I can't quite find how to do this with the APIs and a script. It seems maybe possible with Google Docs, but I'm looking for this in Google Sheets.
Is there a way to do this?
edit: more specifically, is there an API function to get the currently selected text?
I've seen these (and many other) posts and they are not what I'm asking:
How can I get text from a cell using the select statement of the query function in Google Sheets?
Google apps script :: Is it possible to get the cursor position or get the selected text from Google Document
The Google Sheets API doesn't include "active" methods, only the Spreadsheet Service from Google Apps Script. While the last have getCurrentCell() and getActiveRange(), it doesn't has a "getSelectedText" or similar method.
Reference
https://developers.google.com/apps-script/reference/spreadsheet
https://developers.google.com/sheets/api/reference/rest

How to make a clickable image event by using only a script in google spreadsheet [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
So I want to have a button in my google spreadsheet that will send an email when clicked (using info from the the google spreadsheet). I found this in the google apps script guide.
This is exactly what I want, but I need to make a lot of such buttons on different spreadsheets, so it's really not feasible to do this manual. Is there a way to do this with a script?
I found this but no useful answer was given.
Nopes, you cannot do it programmatically. This has already been discussed here: issue tracker
and the google person has made it clear that it is not something that they would support ever.

How to display a search bar in Google search result [duplicate]

This question already has an answer here:
How do I show keywords and a search box under my site's Google results? [duplicate]
(1 answer)
Closed 8 years ago.
After a search in Google, I saw that some website result display also a search bar after their first result where the user can search their website like on the image below
Now please how to do that ? Is there an html code that we have to add to our pages ?
You can do it by following the instructions in this page : https://developers.google.com/structured-data/slsb-overview
I think this solves your problem. While it is somehow technical, this is the solution.

Sublime Text: Clear Console [duplicate]

This question already has answers here:
How to clear console in sublime text editor
(3 answers)
Closed 6 years ago.
Is there a built in function that clears the console in sublime text? I found two posts in the sublime forum without any answers. The latest post was in 2013.
http://www.sublimetext.com/forum/viewtopic.php?f=4&t=8609&p=35587&hilit=clear+console#p35587
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=2356&p=48866&hilit=clear+console#p48866
You can't "clear" it in the traditional sense, but you can always use print('\n' * 50) which will generate 50 blank lines and have the same appearance as a cleared console.

How did 9gag make pictures uncopiable? [duplicate]

This question already has answers here:
How to disable right-click context-menu in JavaScript [duplicate]
(5 answers)
Closed 8 years ago.
So, I always just right-clicked and pressed "save picture" to save a post. But recently they changed something, and I couldn't do anything to a picture without opening source& What could have been changed?
You can disable right-click with javascript.
But in fact you cant stop people from copying.
as previously said, view source
disabled javascript
screenshot