Added new GPTs for Black Friday

This commit is contained in:
Your a
2023-11-23 13:00:36 +02:00
7697 changed files with 657492 additions and 69222 deletions
+44
View File
@@ -0,0 +1,44 @@
[![Case Study Prompt Generator](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/Lofi/i4.png)]()
# 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.