Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 819 Bytes

prompts.adoc

File metadata and controls

58 lines (38 loc) · 819 Bytes

Prompts for ChatGPT

Rewrite Lesson

Rewrite the following text in a friendly, consistent tone.
Format the response as asciidoc

Include a lesson summary at the end of the content in the following format:

[.summary]
== Lesson Summary
<summary>

Content:

<insert content here>

Generate Questions for Lesson

Write two questions that test the learner has understood the previous content.
Also provide two sentences, one to hint the correct answer to the user  and one to tell the user the correct answer.
Respond in asciidoc.

Question format:
= <number>. <question>

Incorrect answer format:
- [ ] <answer>

Correct answer format:
- [*] <answer>


Hint format:

[TIP,role=hint]
.Hint
====
<hint>
====

Answer format:

[TIP,role=solution]
.Solution
====
<answer>
====