How to apply limit on Google Forms to answer only 2 Question (Max) - google-forms

I need to create a Google Form to get response from participants in which TWO games, out of 7, they want to participate. The questions are written in Radio Button and upon selection any option I'm displaying a section to add players name.
Problem:
Currently users can select all seven option.
I want to limit it to Min 1 and Max 2.
Example:
Question 1: Arm Wrestling?
Option: Yes
Question 2: 8 Ball?
Option: Yes
Question 3: Table Tennis?
Option: Yes
and so on.

Related

How to create condition on Google Forms using script

I want to create a quiz test question to my students using Google Forms. Since this is an online test, I don’t want to give only one type of question for all students. Instead, I want to divide the students into 10 groups and give different quiz questions for each group. The division is based on student’s attendance number. For instance, question 1 is for students with attendance number 1, 11, 21, etc. Question 2 is for students with attendance number 2, 12, 22, etc. And the same for numbers 3 to 10.
What I want from Google Form is when a student enters his/her attendance number, the Google Form will choose the correct question based on the above condition.
I know that this can only be done using script. Unfortunately, I don’t have any idea on how to write script in Google Forms. That is why I have not tried to write one. Thank you for your help.

cost-calculator plugin for Elementor

I wonder whether ther is a possibility to inegrate a cost calculator in Elementor. Yes, I know there are plenty of them on the market, but I'm looking for one where the user can choose between two options and after he has chosen, the next options appear and so on. When the user has answerd all questions, there should be the total amount. In case it isn't clear yet, one example: the user first has to choose between A (3$) and B (5$) and the user picks B and after this the next options appear C (1$) and D (2$) and the user picks C. After this, there should be the amout 6$ printed, because the user picked B (5$) and C (1$).
Is there a plugin for somethig like this?
Thanks in advance for your answers.

Blending 2 dimensions and 2 metrics into 1 dimension and 1 metric

I have a UA account and a GA4 account.
In UA I have:
Dimension: Event Category
Metric: Unique Events
In GA4:
Dimension: Event name
Metric: Event count
Is there a way to blend data in a way that I have 1 dimension (event category OR event name) and 1 metric (unique events OR event count)
I'd really need to come to 1 single dimension and 1 single metric.
Thanks in advance.
Data studio supports blending data which means to join two or more datasets. Here you ased for appending data which is in SQL called an UNION ALL.
How to union two dataset in Data Studio
First generate a Google Sheet document with the numbers 0 and 1:
Add this sheet to Data Studio and take care that the column is interpreted as a number:
To each of your datasets from UA and GA4 please add a calculated field dummy with
the formula 0 and in the 2nd datset with the formula 1.
Blend these dataset together:
Since the column test on the left dataset has the value 0 and 1, the other two datasets are unioned.
To combine the two dimensions, please add the + twice:
and enter following formula there
case when test=0 then name else name2 end
and a formula for the metric (counts and events columns) as well:
case when test=0 then counts else events end
Rather than Blending, if you want to "UNION" two separate tables, currently the Google Data Studio does not support it, however I recommend you to use this tool called Windsor AI, This platform will allow you to see all different kinds of Data Sources and do whatever operations you want with them in one place.
Suppose, I want data from Google Analytics, I'll simply choose the data source from the account I want to pull the Data from..
1
From there you can preview your Data and then procced to pull it and from Multiple Tables like here
2
You can then export it to any Data Platform you want
3
Hope this Helps..
P.S. This is a genuine problem that Data Studio has, although Data Studio is relatively new, it lacks a lot of features that can enable it to be a viable platform amongst it's competitors.

How do you display previous answers of a DIFFERENT survey participant in qualtrics survey?

I am using Qualtrics to elicit responses of a group of 12 subjects. To be specific, let me label each subject with an ID =(1,2,...,12).
I would like to create 6 pairs. Towards the end of the survey, I would like to show ID 2 the response of ID 1 to an earlier question. I would like to show ID 4 the response of ID 3, etc.
I know how to use piped text to display show ID 2 his previous answers. But I'd like to show the previous answers of ID 1.
Thanks in advance!
You can't pipe across different responses. I think the only way to do this would be to to write a web service script that uses the Qualtrics REST API to get response data for a different respondent. You would only be able to access response data for other respondents who had already completed the survey.

InfoPath 2010: View signatures in different View(s)?

I am creating an InfoPath Form with about 5 different views. 4 views need to be signed by the user after filling it out, and the last 1 is what I am having issues with.
I would like this last view to reflect all the signatures signed so far (ex. Person A signs View 1, signature from View 1 can be seen from View 5).
Is this at all possible?
My question was answered here:
http://www.infopathdev.com/forums/p/26599/92439.aspx#92439
Thanks anyway!

Resources