Google forms conditional sections - conditional-statements

In the latest Google Forms, how can I make questions or sections conditional based on answers?
For example, in the image below, "Would you play again?", a "No" answer should reveal "If no, why not?" question:
I've searched this, but found old articles, like:
this one from 2012 that says it's not available
and this one, from 3 months ago that suggests awkward page breaks to lead to a new page
I'm hoping to have questions seamlessly appear as needed.
Is this possible with Google forms?

This question brings up the same issue as the very recent one asked at:
How to pull data from Google Form and display result before submission?
So the answer would still be the same.
What you are asking for is to create dynamic data in Google Forms
without clicking the submit button.
This is NOT possible in Google Forms. Please have a look at the available
triggers.
Since there can be no triggers activated after the form is loaded,
there can be no interaction while filling and before submitting the
form. Not even using a script. Having said that your other choice
would be to use the HtmlService or the UiServise instead and build
your own web app.
To conclude. Many may have changed in Google Forms since the 2012 answer. Unfortunately, what you are asking for is not one of them.

I'm thinking it's the "awkward page breaks" as you mentioned, through sections.
Create a section (section 1) for your "would you play again?" question.
Create another section underneath (section 2) with the question "why not?"
Create another section to continue to if they chose "yes" on section 1.
On section 1's "yes, no" list click the menu next to the "Required" toggle and select "go to section based on answer"
On "yes", select "Go to section 3"
On "no", select "Go to section 2"

Related

Delete Only My webbrowser Cache

in my my application i have webbrowser control, i don't want that users trace my web address, Because when i got to internet explorer in the history panel i found my website; Already on the list.
by using windows shell command they Will kill the whole user history; also they show me dialog box. it's not professional at All;
i mean this Command Line :
System.Diagnostics.Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 1")
So i would like to have solution form you masters how to remove only my entry for exemple : www.XXXXXXX.Net
Thank you best Regards
What you want to do may not be possible, check this link:
A quote from the answer provided by MSDN support at the link:
"Microsoft hasn't provided methods or events for users to iterate or clear the URL navigation history. But with the events already provided, like Navigated, Navigating, you could implement your own navigation history class to log or clear the history."
There are also other links on the thread that may help you to develop a solution.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/dded6546-6e22-4542-b29f-7d0e1ec048a1/clear-browser-history-in-webbrowser-control?forum=csharpgeneral

webmaster tools information missing

so a 3-4 of months ago i clicked in google webmaster tools on "search appearance -> data highlighter and -> start highlighting". Everything was fine i had 10 items highlighted. I had 3 indexed pages, a ot of content keywords, 10 links to my website, a lot internal links. Two months ago, i deleted the highlighting from google webmaster tools and with the help from "google Structured Data Markup Helper" i added schema code to my website source. "Googles structured data testing tool" finds the items perfectly.
The thing is that a week later, i got 1 indexed page, no information about links to my website, no information about internal links, no content keywords. When i try to highlight the data again it popups a window where i should write a link which i want to highlight, but when i write my website i get "This URL could not be found in Google's index". I waited 2 months cause i thought it will be alright again, but no.
Any idea what is happening ?
P.S. in "Search Traffic" i have no "manual actions"
One thing, that i could imagine, is that you switched to https or from www.abc.de to abc.de. In this cases the Search console donĀ“t works correct anymore. That is maybe your Problem. it would help if you could provide a Link.

Adding a review box to site that posts to G+ Local page

I was wondering if it was possible to add a review box to my site that would automatically post to my Google+ Local page, and in turn eventually show as a Google review.
I just want the simple functionality of leaving a comment and star rating to my site to avoid having to travel to another page.
Is this functionality available?
I have found a slight shortcut by adding the query parameter ?review=1 to the end of the url which automatically brings up the review box once the Google places page loads, and have customized a message to try and entice a click but feel that the easier you make it on someone to leave a review the more successful it will be.
I'm sorry but we don't have that functionality.

How to customize issue display in YouTrack?

Is there a way to customize the style for the issue displayed from search?
The specific features I am looking for:
To be able to choose whatever fields to display and the order. The popup windows
from "Visibility Setting" does not seem to work completely for this purpose.
To break down issues into groups with headings, such as priorities, milestone, etc
(again, from user choice).
Here is the sample screen from fogbugz:
Anyway to do the same? That is the simple useful feature I assume must be already supported.
I have search the doc, but could not find an answer.
Thanks.
What you request is clear, but unfortunately, it's not possible.

Sharepoint Quick Launch Issue

I want to add dynamic link add in quick launch my requirement is that
1) one list like topics and other is Chapter in chapter list i took look up of topics list
2)Now i want to add topic items as Heading Link in quick launch and chapters items are child link in quick launch based on Heading item...
Is this possible by programmatically??
if yes then tell me steps or any reference link
if not possible than any alternate ways to solve this issue?
Thanks In Advance............
If I had that requirement, I would:
create a simple quick launch item called "View Table of Contents" in the siteactions.xml file.
when the user clicks on that item, a javascript function is run that opens a modal dialog with the table of contents rendered from a simple aspx page with a TOC webpart in it.
then the user would click a link in the dialog and be taken to the chapter