File size: 681 Bytes
48317b4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
dataset = [
    {
        "question": "How can I contact CML Global?",
        "answer": "You can reach out to us via phone at the following numbers:\n- +212 08 08 65 75 69\n- +212 06 89 19 50 64",
        "options": {
            "A": "By sending an email to [email protected] or [email protected] ",
            "B": "By visiting our headquarters located Administrative district, Mecca Street, Laayoune, Morocco",
            "C": "Through our social media accounts on Facebook(https://www.facebook.com/people/CML-Global/100090218636482/) and Instagram (https://www.instagram.com/cml_global/?igshid=MzRlODBiNWFlZA%3D%3D) "
        },
        "answer_idx": "B"
    }
]