Change content of Feedback form, delete title icon.

This commit is contained in:
2026-05-13 12:13:07 +07:00
parent 9f4a7ce0e7
commit 9cafa23721
5 changed files with 431 additions and 500 deletions
+197 -99
View File
@@ -1,111 +1,209 @@
{
"title": "Event Feedback",
"subtitle": "Your insights drive the future of IPv6 infrastructure. Help us shape the 2027 experience.",
"sections": {
"satisfaction": {
"title": "1. General satisfaction",
"eventRating": {
"label": "Overall event rating",
"left": "Poor",
"right": "Excellent",
"min": 2,
"max": 5
},
"venueSatisfaction": {
"label": "Venue & logistics satisfaction",
"left": "Dissatisfied",
"right": "Very satisfied",
"min": 2,
"max": 5
}
"sections": [
{
"id": "overall",
"title": "1. OVERALL EVENT EXPERIENCE",
"subtitle": "Tổng Quan Trải Nghiệm Sự Kiện",
"questions": [
{
"id": "overallExperience",
"type": "rating",
"label": "How would you rate your overall experience at IPv6 Summit 2026?",
"labelVi": "Đánh giá tổng thể của bạn về IPv6 Summit 2026?",
"min": 1,
"max": 5
},
{
"id": "venueFacilities",
"type": "rating",
"label": "How satisfied were you with the venue, facilities, and catering services?",
"labelVi": "Mức độ hài lòng của bạn về địa điểm, cơ sở vật chất và dịch vụ tiệc?",
"min": 1,
"max": 5
},
{
"id": "organisationProcess",
"type": "rating",
"label": "How would you rate the event organisation and registration process?",
"labelVi": "Đánh giá của bạn về công tác tổ chức và quy trình đăng ký?",
"min": 1,
"max": 5
}
]
},
"content": {
"title": "2. Content evaluation",
"session": {
"label": "Most valuable session",
"placeholder": "Select a session",
"options": [
{ "value": "ai", "label": "AI in Data Centres" },
{ "value": "green", "label": "Green Tech" },
{ "value": "cyber", "label": "Cybersecurity" },
{ "value": "policy", "label": "Policy & Scale" },
{ "value": "local", "label": "Local Partner Session" }
]
},
"speakerRating": {
"label": "Keynote speaker rating",
"left": "Needs improvement",
"right": "Exceptional",
"min": 1,
"max": 5
}
{
"id": "content",
"title": "2. CONTENT & PROGRAMME EVALUATION",
"subtitle": "Đánh Giá Nội Dung & Chương Trình",
"questions": [
{
"id": "mostValuableSession",
"type": "dropdown",
"label": "Which session did you find most valuable?",
"labelVi": "Phiên thảo luận nào mang lại giá trị nhất cho bạn?",
"placeholder": "Select a session / Danh sách lựa chọn",
"options": [
{ "value": "opening", "label": "Opening Session / Phiên Khai mạc" },
{ "value": "keynote1", "label": "Keynote 1 / Diễn văn chính 1" },
{ "value": "panel1", "label": "Panel Discussion 1 / Tọa đàm 1" },
{ "value": "technical", "label": "Technical Track / Phiên Kỹ thuật" },
{ "value": "policy", "label": "Policy Track / Phiên Chính sách" }
]
},
{
"id": "relevance",
"type": "scale",
"label": "How relevant was the conference content to your professional interests?",
"labelVi": "Nội dung hội thảo có phù hợp với lĩnh vực/chuyên môn của bạn không?",
"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?",
"labelVi": "Đánh giá của bạn về diễn giả chính và các phiên tọa đàm?",
"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?",
"labelVi": "Các cơ hội networking tại sự kiện có hữu ích không?",
"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?",
"labelVi": "Bạn muốn thấy thêm chủ đề nào trong các kỳ Summit tiếp theo?",
"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" }
]
}
]
},
"qualitative": {
"title": "3. Qualitative feedback",
"improve2027": {
"label": "What can we improve for 2027?",
"placeholder": "Your suggestions for next year..."
},
"comments": {
"label": "General comments",
"placeholder": "Any additional thoughts..."
}
{
"id": "future",
"title": "4. FUTURE PARTICIPATION",
"subtitle": "Khả Năng Tham Dự Trong Tương Lai",
"questions": [
{
"id": "attendAgain",
"type": "scale",
"label": "Would you attend IPv6 Summit again in 2027?",
"labelVi": "Bạn có mong muốn tham dự IPv6 Summit 2027 không?",
"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?",
"labelVi": "Bạn có sẵn sàng giới thiệu IPv6 Summit cho đồng nghiệp hoặc đối tác không?",
"options": [
{ "value": "yes", "label": "Yes" },
{ "value": "maybe", "label": "Maybe" },
{ "value": "no", "label": "No" }
]
}
]
},
"industry": {
"title": "4. Industry & technical insights",
"ipv6Readiness": {
"label": "IPv6 readiness",
"hint": "Your organization's current IPv6 deployment level",
"left": "1",
"right": "5",
"min": 1,
"max": 5
},
"challenge": {
"label": "Infrastructure challenges",
"hint": "What is the biggest challenge for your AI infrastructure?",
"placeholder": "Select a challenge",
"options": [
{ "value": "budget", "label": "Budget" },
{ "value": "technical", "label": "Technical expertise" },
{ "value": "policy", "label": "Policy / regulatory" },
{ "value": "workforce", "label": "Workforce" },
{ "value": "hardware", "label": "Hardware availability" }
]
}
{
"id": "qualitative",
"title": "5. QUALITATIVE FEEDBACK",
"subtitle": "Ý Kiến & Đề Xuất",
"questions": [
{
"id": "enjoyedMost",
"type": "long_text",
"label": "What did you enjoy most about the Summit?",
"labelVi": "Điều bạn thích nhất tại IPv6 Summit là gì?"
},
{
"id": "improvementAreas",
"type": "long_text",
"label": "What areas should we improve for future events?",
"labelVi": "Bạn đề xuất cải thiện điều gì cho các sự kiện tiếp theo?"
},
{
"id": "additionalComments",
"type": "long_text",
"label": "Any additional comments, suggestions, or partnership interests?",
"labelVi": "Các góp ý hoặc đề xuất hợp tác khác?"
}
]
},
"networking": {
"title": "5. Networking & future cooperation",
"introductions": {
"label": "Speaker connection",
"hint": "Are there any specific speakers or companies you wish to be introduced to?",
"placeholder": "Name of speaker or company..."
},
"collaboration": {
"label": "Collaboration interests",
"hint": "I am interested in:",
"options": [
{ "value": "ipv6-partnerships", "label": "IPv6 deployment partnerships" },
{ "value": "ai-dc", "label": "AI / Data Centre networking" },
{ "value": "policy", "label": "Policy & regulatory roundtables" },
{ "value": "workshops", "label": "Technical workshops & labs" }
]
}
},
"logistics": {
"title": "6. Logistics feedback",
"venueRating": {
"label": "Venue rating",
"hint": "Venue facilities & location (Ho Chi Minh City)",
"left": "Poor",
"right": "Excellent",
"min": 1,
"max": 5
}
{
"id": "profile",
"title": "ATTENDEE PROFILE (OPTIONAL)",
"subtitle": "Thông Tin Người Tham Dự (Không bắt buộc)",
"questions": [
{
"id": "industry",
"type": "checkbox_group",
"label": "Industry / Sector",
"labelVi": "Lĩnh vực hoạt động",
"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",
"labelVi": "Vai trò của bạn",
"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 to the IPv6 ecosystem."
"disclaimer": "THANK YOU FOR YOUR VALUABLE CONTRIBUTION. Your feedback helps us build a stronger and more impactful IPv6 ecosystem for the future."
}
}