Files
2026-05-13 19:00:35 +07:00

195 lines
6.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Event Feedback",
"subtitle": "Your insights drive the future of IPv6 infrastructure. Help us shape the 2027 experience.",
"sections": [
{
"id": "overall",
"title": "1. OVERALL EVENT EXPERIENCE",
"subtitle": "Overview of your summit experience",
"questions": [
{
"id": "overallExperience",
"type": "rating",
"label": "How would you rate your overall experience at IPv6 Summit 2026?",
"min": 1,
"max": 5
},
{
"id": "venueFacilities",
"type": "rating",
"label": "How satisfied were you with the venue, facilities, and catering services?",
"min": 1,
"max": 5
},
{
"id": "organisationProcess",
"type": "rating",
"label": "How would you rate the event organisation and registration process?",
"min": 1,
"max": 5
}
]
},
{
"id": "content",
"title": "2. CONTENT & PROGRAMME EVALUATION",
"subtitle": "Evaluation of program content and sessions",
"questions": [
{
"id": "mostValuableSession",
"type": "dropdown",
"label": "Which session did you find most valuable?",
"placeholder": "Select a session",
"options": [
{ "value": "opening", "label": "Opening Session" },
{ "value": "keynote1", "label": "Keynote 1" },
{ "value": "panel1", "label": "Panel Discussion 1" },
{ "value": "technical", "label": "Technical Track" },
{ "value": "policy", "label": "Policy Track" }
]
},
{
"id": "relevance",
"type": "scale",
"label": "How relevant was the conference content to your professional interests?",
"options": [
{ "value": "1", "label": "Not Relevant" },
{ "value": "2", "label": "Slightly Relevant" },
{ "value": "3", "label": "Moderately Relevant" },
{ "value": "4", "label": "Relevant" },
{ "value": "5", "label": "Highly Relevant" }
]
},
{
"id": "speakerRating",
"type": "rating_labeled",
"label": "How would you rate the keynote speakers and panel discussions?",
"options": [
{ "value": "1", "label": "1 Needs Improvement" },
{ "value": "2", "label": "2 Fair" },
{ "value": "3", "label": "3 Good" },
{ "value": "4", "label": "4 Strong" },
{ "value": "5", "label": "5 Outstanding" }
]
},
{
"id": "networkingUtility",
"type": "scale",
"label": "How useful were the networking opportunities provided during the Summit?",
"options": [
{ "value": "1", "label": "Not Useful" },
{ "value": "2", "label": "Slightly Useful" },
{ "value": "3", "label": "Useful" },
{ "value": "4", "label": "Very Useful" },
{ "value": "5", "label": "Extremely Valuable" }
]
},
{
"id": "futureTopics",
"type": "checkbox_group",
"label": "Which topics would you like to see more of in future editions?",
"hasOther": true,
"options": [
{ "value": "deployment", "label": "IPv6 Deployment Strategies" },
{ "value": "cybersecurity", "label": "Cybersecurity & Infrastructure" },
{ "value": "smart-cities", "label": "Smart Cities & IoT" },
{ "value": "ai-networks", "label": "AI & Future Networks" },
{ "value": "government", "label": "Government Policies" },
{ "value": "cloud-dc", "label": "Cloud & Data Centers" },
{ "value": "case-studies", "label": "Case Studies from Enterprises" }
]
}
]
},
{
"id": "future",
"title": "4. FUTURE PARTICIPATION",
"subtitle": "Your likelihood of attending future events",
"questions": [
{
"id": "attendAgain",
"type": "scale",
"label": "Would you attend IPv6 Summit again in 2027?",
"options": [
{ "value": "definitely-yes", "label": "Definitely Yes" },
{ "value": "probably-yes", "label": "Probably Yes" },
{ "value": "not-sure", "label": "Not Sure" },
{ "value": "probably-no", "label": "Probably No" },
{ "value": "definitely-no", "label": "Definitely No" }
]
},
{
"id": "recommend",
"type": "scale",
"label": "Would you recommend IPv6 Summit to colleagues or partners?",
"options": [
{ "value": "yes", "label": "Yes" },
{ "value": "maybe", "label": "Maybe" },
{ "value": "no", "label": "No" }
]
}
]
},
{
"id": "qualitative",
"title": "5. QUALITATIVE FEEDBACK",
"subtitle": "General opinions and suggestions",
"questions": [
{
"id": "enjoyedMost",
"type": "long_text",
"label": "What did you enjoy most about the Summit?"
},
{
"id": "improvementAreas",
"type": "long_text",
"label": "What areas should we improve for future events?"
},
{
"id": "additionalComments",
"type": "long_text",
"label": "Any additional comments, suggestions, or partnership interests?"
}
]
},
{
"id": "profile",
"title": "ATTENDEE PROFILE (OPTIONAL)",
"subtitle": "Information about your professional background",
"questions": [
{
"id": "industry",
"type": "checkbox_group",
"label": "Industry / Sector",
"hasOther": true,
"options": [
{ "value": "government", "label": "Government" },
{ "value": "telecom", "label": "Telecom" },
{ "value": "education", "label": "Education" },
{ "value": "enterprise", "label": "Enterprise" },
{ "value": "technology", "label": "Technology" },
{ "value": "startup", "label": "Startup" }
]
},
{
"id": "role",
"type": "checkbox_group",
"label": "Your role",
"hasOther": true,
"options": [
{ "value": "executive", "label": "Executive / Leadership" },
{ "value": "engineer", "label": "Engineer / Technical Specialist" },
{ "value": "researcher", "label": "Researcher / Academic" },
{ "value": "student", "label": "Student" },
{ "value": "bizdev", "label": "Business Development" }
]
}
]
}
],
"submit": {
"label": "Submit feedback",
"disclaimer": "THANK YOU FOR YOUR VALUABLE CONTRIBUTION. Your feedback helps us build a stronger and more impactful IPv6 ecosystem for the future."
}
}