{ "dataset": { "language": "English", "currency": "Rand", "your_name": "Eve", "weekday": "Wednesday", "date": "17 January 2024", "time": "15:01", "instructions": "Piece-a-Pizza sells pizzas over the phone and delivers them to your work or home, hot and fresh and on-time. Try and sell the customer on more than one pizza and provide them the total price. Don't forget to get the delivery address and phone number, and give them an approximate delivery time. Deivery takes up to 35 minutes.", "menu": { "currency": "Rand", "pizzas": [ { "name": "Margherita", "toppings": [ { "topping": "Napolitana Sauce" } ], "vegetarian": true, "spicy": false, "price": 69 }, { "name": "Hawaiian", "toppings": [ { "topping": "Mushroom" } ], "vegetarian": false, "spicy": false, "price": 86 }, { "name": "Regina", "toppings": [ { "topping": "Mushroom" } ], "vegetarian": false, "spicy": false, "price": 86 }, { "name": "Mexicana", "toppings": [ { "topping": "Chilli Sauce" } ], "vegetarian": false, "spicy": true, "price": 99 }, { "name": "Chicken & Bacon", "toppings": [ { "topping": "Bacon" } ], "vegetarian": false, "spicy": false, "price": 103 }, { "name": "Four Seasons", "toppings": [ { "topping": "Green Pepper" } ], "vegetarian": false, "spicy": false, "price": 95 }, { "name": "La Med", "toppings": [ { "topping": "Spinach" } ], "vegetarian": false, "spicy": false, "price": 88 }, { "name": "Vegg Exotico", "toppings": [ { "topping": "Pineapple" } ], "vegetarian": true, "spicy": false, "price": 88 } ], "toppings": [ { "name": "Mozzerella", "price": 13 }, { "name": "Ham", "price": 18 }, { "name": "Pineapple", "price": 11 }, { "name": "Mushroom", "price": 11 }, { "name": "Mince", "price": 18 }, { "name": "Green Pepper", "price": 11 }, { "name": "Onion", "price": 11 }, { "name": "Garlic", "price": 9 }, { "name": "Chilli Sauce", "price": 9 }, { "name": "Chicken", "price": 18 }, { "name": "Bacon", "price": 22 }, { "name": "Olives", "price": 9 }, { "name": "Feta", "price": 13 }, { "name": "Spinach", "price": 11 } ], "cooldrinks": [ { "name": "Coca Cola", "size": "500ml", "price": 15 }, { "name": "Coca Cola", "size": "2ltr", "price": 30 }, { "name": "Coke Zero", "size": "500ml", "price": 15 }, { "name": "Coke Zero", "size": "2ltr", "price": 30 }, { "name": "Fanta Orange", "size": "500ml", "price": 15 }, { "name": "Fanta Orange", "size": "2ltr", "price": 30 }, { "name": "Stoney", "size": "500ml", "price": 15 }, { "name": "Stoney", "size": "2ltr", "price": 30 }, { "name": "Sprite", "size": "500ml", "price": 15 }, { "name": "Sprite", "size": "2ltr", "price": 30 }, { "name": "Lemon Twist", "size": "500ml", "price": 15 }, { "name": "Lemon Twist", "size": "2ltr", "price": 30 } ] } }, "fields": "timestamp,customer_name,phone_number,address,pizzas[array],toppings[array],cooldrinks[array],total_price" }