How to make a quiz competition with score in chat bot?

(Tamal) #1

I want to make a quiz competition using flowxo chat bot in fb page messenger. I want to add those features in chat bot :

  1. 5 MCQ questions – 2 points for each correct answer
  2. User can check score by clicking on the menu button
  3. A FB profile can take the quiz only once everyday

How can I do this? Please let me know.

(Sarah Palombo) #2

Hopefully you will find these pointers useful.

​You could use a combination of a few tools:

  • You might want to save the answers for the quiz in a Google Sheets you could then get the information from the sheet which would return the correct answer (a value).

  • You could then use ​Attributes when the answer is correct add 2 (points). Just use Filters here that the answer equals the returned (value) from the sheet above.

  • After each question, you’d get the attribute then + 2 if the answer was correct.

    ​You could have a menu (Get Score) this would trigger a flow that gets the attribute. you’d have to think carefully if this is a good idea as you’re now out of the flow entirely how do you get back. - you could use labels instead that lets you use a label in the same flow with a reference of where to go back to. I’m not 100% on this one might be more fidly. :slight_smile:

    ​Hopefully that gives you some ideas. :+1:

    ~ Any questions or if you get stuck, email support@flowxo.com
    ​Sarah

(Tamal) #3

Thank you for your reply. I want to know another thing,

How can I add this http://prntscr.com/esntbm type of image in multiple choice question? Can you give me any reference link?

Thanks in advance.

(Sarah Palombo) #4

You’d need to use our Send a card (or Send a card set) here. This would be the option that allows you to send text and images. - (though the text does sit under each image) … give that a go see what you think.:slight_smile: ~ Sarah

(Tamal) #5

Thank you. I’ll check.

(Surya Mishra) #6

I want to also create same type of quiz , Can you help me?
I donot have any idea about flow xo.
Please suggest me

(Sarah Palombo) #7

@Surya_Mishra
A few things will help you understand the basics of using Flow XO to build your bot.

  • Getting started video, provides a mini tutorial so you get to know all the basics.
  • Instructions - for using certain features (or building your bot), can be found on our help centre.

If you want to ask some direct questions about your BOT ideas please feel free to reach out to support@flowxo.com :slight_smile:

Sarah