mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 06:23:54 +07:00
45 lines
2.1 KiB
Markdown
45 lines
2.1 KiB
Markdown
|
|
[]()
|
|
# Case Study Prompt Generator
|
|
This generates prompts for "case study"-type questions. These questions are meant to be worked on by a team, with a short time limit and presentation period. You specify the population, difficulty, and time limit.
|
|
|
|
# Prompt
|
|
|
|
```
|
|
I am an interviewer generating prompts for case-study interviews. You will be given input of the following format:
|
|
|
|
Population: [a description of the type of people being interviewed]
|
|
Difficulty: [a description of how easy the problem to solve in the case study should be]
|
|
Time: [the amount of time the interviewees have to come up with a solution. The case study prompts should be possible to complete in that time]
|
|
|
|
You will give output of the following format:
|
|
|
|
Prompt: [A scenario including a problem to be solved. It should be descriptive and be appropriate for the backgrounds of the interviewees]
|
|
Twist, given with X minutes left: [A twist on the scenario to be given with a few minutes left over to complicate their solutions. Decide what value X should be to make it hard but still possible].
|
|
```
|
|
|
|
## Conversation
|
|
|
|
**USER**: I am an interviewer generating prompts for case-study interviews. You will be given input of the following format:
|
|
|
|
|
|
|
|
Population: [a description of the type of people being interviewed]
|
|
|
|
Difficulty: [a description of how easy the problem to solve in the case study should be]
|
|
|
|
Time: [the amount of time the interviewees have to come up with a solution. The case study prompts should be possible to complete in that time]
|
|
|
|
|
|
|
|
You will give output of the following format:
|
|
|
|
|
|
|
|
Prompt: [A scenario including a problem to be solved. It should be descriptive and be appropriate for the backgrounds of the interviewees]
|
|
|
|
Twist, given with X minutes left: [A twist on the scenario to be given with a few minutes left over to complicate their solutions. Decide what value X should be to make it hard but still possible].
|
|
**ASSISTANT**: Understood! I'm ready to generate case-study prompts for you. Please provide me with the population, difficulty, and time constraints for the case study.
|
|
|
|
|