I run a light-hearted “background check” that quizzes visitors on plant and flower care and instantly spins their answers into a humorous short story about their green-thumb personality. Right now I build the survey in Zoho Survey, copy the responses, paste them into ChatGPT, and then send the resulting tale back to the user—far too many steps. What I need is a single, mobile-friendly survey page (fewer than ten multiple-choice questions) that, on submission, calls the OpenAI API with my prompt template, receives the response, and displays the story at once on the user’s phone. No page reloads or waiting screens—just an immediate reveal underneath the “Submit” button. A simple admin area or editable JSON file where I can tweak questions and the prompt would be perfect. Essential deliverables: • Responsive web survey with <10 multiple-choice and fill in the blank items • Secure OpenAI API integration that returns a humor-focused story in real time • Clean, well-commented code I can host on my own domain (HTML/CSS/JS, React, or similar) • Brief hand-off guide so I can adjust questions or the prompt without touching core code If you have experience wiring forms to the OpenAI API—especially with Zoho or a lightweight custom front end—let’s make this interactive story bloom.