Show question based on previous answer with multiple selection - google-forms

In Google Forms im trying to show a question based on the results of the previous question which has a option for multiple selection. For example:
With whom do you work together?
doctor
therapist
consultant
employee a
employee b
employee c
How satisfied are you with working together with ... Here I would like to show only those answers selected in question 1, in for example a matrix question.
Is there a way to achieve this? Thanks in advance!

Related

Database Design - creating multiple checklists of various sizes

My last question was closed due to being too vague, new more on point question here:
Hey all
I'm learning to develop using .NET Core and Angular, and am developing a WebApp to do this. I'm trying to figure out what the best would to build a database is for a specific portion of the project. This is a checklists module that will allow users to create checklists with customized questions that they would be able to pull up and answer as they complete each item. An example of what I'm looking to do is as follows:
A user can create a checklist that has as many questions as they
would like to create.
The user can then pull that checklist up and provide the answers to
each question.
Answers will be either a string, boolean, checkbox options, image or
various other types of input the user chooses when creating the
checklist.
Knowing that one user may create 3 questions, and another may create 50 questions, what is the best way to design the table for this to store each question? Would this be a table dedicated to just the name of the checklist, and then another with the list of questions and answers tied together via a join or one to many table? What is the best practice for this?
Any input would be greatly appreciated!

Sqlite query, finding row value

I am having a beginner question about writing a Sqlite query that I can't seem to figure out:
So you have a table called "D", one column that is called "PersonName", one that is called "DrinkName" and one that is called "CountryName" and you are now looking too see which PersonName has had all DrinkName where CountryName='France' for example.
I have tried by using HAVING COUNT in a numerous different ways but it never works out and I didn't really know where to turn, which is why I am asking you here! Sorry if this question isn't relevant to Stackoverflow or hard to understand, it's my first time here :)
Thanks in advance!

Go to Questions in R Shiny or how to programm a check list/questionnaire

I am quite new to R shiny and I need the help of R shiny professions :)
I don't want to let the work other people do - but currently I need a starting point from where I can go on. This is my issue:
I want to programm a shiny app, where my input are questions, which have the user to answer. The questions are just Yes or No buttons (or something similar). There should be the option to go back to last questions for corrections. The answers are visible in the output. However, the upcoming questions are dependend on the previous answer. I try to visualize it by an example:
Question 1.0: Male or Female?
Answer: Male
Depending on the answer go to Question 1.1 or Question 1.2, Question 1 is now not visible anymore in the UI and was replaced by the next Question
Questions 1.1: Do you wear a beard?
Answer: Yes
Go to next Question (in respect to answer)
Question 1.11: Is the beard short or long?
Answer: Short
Go to next Question... and so on
In principle I would like to have finally a branching of sub-questions and answer are recorded.
Please could someone provide me with an example code, from where I can go on to programm my app? I am very thankful!
Thank you,
Martin

Can I make an online survey in Shiny in which each input depends on the preceding one?

I am new to shiny and I was wondering whether it is possible to create a kind of online survey with Shiny. Moreover, I would like to evaluate each question and ask the next questions based on this result. At last, I would like to save all the results.
Is this possible?
Do you know any similar projects that would be a good start
Thank you!

Counting Survey Answers of users ASP.Net

I'm building an online application for a survey. I want to count how many users answers a specific question. My question is, how would I count the answer using Session state and application state? The answers are inputs of radio boxes and check box lists.
Save the user replies in your database as normal, then come back later and query your database to answer questions like that.

Resources