You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/public/locales/prompts/en.yaml
+44
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,50 @@ useCaseBuilder:
569
569
</list>
570
570
title: Add explanation to list
571
571
name: Content Generation
572
+
questionnaire:
573
+
description: Create a questionnaire by just inputting the target and the number of questions.
574
+
inputExample1:
575
+
parameters:
576
+
key1: Survey target
577
+
key2: Number of questions
578
+
key3: Target information
579
+
value1: Seminar/Event
580
+
value2: '20'
581
+
value3: |-
582
+
Seminar Title: How to Start an AI App Development Project
583
+
Overview: In this session, we will cover business & technical aspects of the AI application development journey, including what to consider before starting app development, introduction of useful AWS services for actual app development, and what to keep in mind after app development is completed.
584
+
title: Seminar Survey
585
+
inputExample2:
586
+
parameters:
587
+
key1: Survey target
588
+
key2: Number of questions
589
+
key3: Target information
590
+
value1: Product/Service
591
+
value2: '10'
592
+
value3: Recently, there has been an increase in users suddenly canceling despite no decrease in usage.
593
+
title: Product/Service Improvement Survey
594
+
inputExample3:
595
+
parameters:
596
+
key1: Survey target
597
+
key2: Number of questions
598
+
key3: Target information
599
+
value1: Employee Satisfaction
600
+
value2: '20'
601
+
value3: Recently, there has been an increase in job-seeking and resignations due to mental health issues, especially among young employees.
602
+
title: Work Engagement Survey
603
+
promptTemplate: |-
604
+
As a global company executive, we want to understand what needs customers and employees have, and how the benefits from our events, services, and company systems meet these needs for continuous improvement. For this purpose, we consider surveys as an effective means to gather data necessary for future decision-making by understanding current evaluations and reasons. While gathering data from surveys and making decisions is a simple action, the accumulation of such actions is a step toward transforming your company to make data-driven decisions, and you need to set an example for everyone planning to create surveys. To create effective surveys, please carefully read the survey target (target), target information (info), and number of questions (count).
The survey consists of three parts: title, goal, and questions. Write the title as a heading, and for the goal, based on the target and info, write in a way that everyone from other executives to junior staff can clearly understand within one minute what improvements might be needed, what measures could be considered, and what data is needed to determine the certainty of needs and prioritize measures. Create questions and answer choices as many times as specified in count. The number of choices should be minimum 2 values like "Yes, No" and maximum 5. Now, please proceed with creation.
615
+
title: Create Survey Questions and Choices
572
616
rewrite:
573
617
description: Rewrite the input text according to the instructions.
0 commit comments