fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
811 B

# Learning questionnaire generation
10 months ago
This pattern generates questions to help a learner/student review the main concepts of the learning objectives provided.
10 months ago
For an accurate result, the input data should define the subject and the list of learning objectives.
Example prompt input:
```
10 months ago
# Optional to be defined here or in the context file
[Student Level: High school student]
Subject: Machine Learning
Learning Objectives:
* Define machine learning
* Define unsupervised learning
```
# Example run un bash:
10 months ago
Copy the input query to the clipboard and execute the following command:
10 months ago
``` bash
10 months ago
xclip -selection clipboard -o | fabric -sp create_quiz
```
## Meta
- **Author**: Marc Andreu (marc@itqualab.com)
- **Version Information**: Marc Andreu's main `create_quiz` version.
- **Published**: May 6, 2024