You can configure your Either/Or types by going to:
- Features - Either/Or - Types
An example of how to utilize the Either/Or types would be to create a few types based on how you would like to set the point multipliers. Let's say that you aim to create a type of Either/Or games where users need to pick correctly multiple answers in a row before getting their points multiplied for your more advanced sports fans. Then, you would also like to create a few Either/Or games where it's easier to reach the point multiplies, for example - after each 5 correctly picked options.
You could create 2 types - one representing the Either/Or games where points are multiplied after each 5 correct options in a row, and one where points are multiplies after each 10 correct options in a row.
Related articles