Skip to content

Trivia

Trivia is a set of questions which can be created on the dashboard to be displayed to the end user. The users are asked to answer the trivia questionnaire presented by the application. Based on the correct options chosen, the user would be given a grade and can be rewarded using an In-App message or a Badge or a Deeplink.

How to Fetch Trivia

Request a trivia activity using tags:

objective-c
@import Upshot;

// Request trivia activity with specific tag
[[BrandKinesis sharedInstance] setDelegate: self];
[[BrandKinesis sharedInstance] showActivityWithType:BKActivityTypeTrivia andTag:@"Tag Name"];
swift
import Upshot

// Request trivia activity with specific tag
BrandKinesis.sharedInstance(). delegate = self
BrandKinesis.sharedInstance(). showActivity(with: .trivia, andTag: "TagName")

How to Create a Trivia in Dashboard

In Dashboard under GAMIFY section Create trivia and create campaign for that trivia.

Creating Trivia in Dashboard

To create trivia in the Upshot.ai dashboard:

  1. Navigate to GAMIFY section in the dashboard
  2. Create Trivia - Design your trivia with questions
  3. Create Campaign - Set targeting and scheduling for the trivia

Powered by Upshot.ai