mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
### CHANGES - Introduce `cmd` directory for all main application binaries. - Move all Go packages into the `internal` directory. - Rename the `restapi` package to `server` for clarity. - Consolidate patterns and strategies into a new `data` directory. - Group all auxiliary scripts into a new `scripts` directory. - Move all documentation and images into a `docs` directory. - Update all Go import paths to reflect the new structure. - Adjust CI/CD workflows and build commands for new layout.
Learning questionnaire generation
This pattern generates questions to help a learner/student review the main concepts of the learning objectives provided.
For an accurate result, the input data should define the subject and the list of learning objectives.
Example prompt input:
# 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 bash:
Copy the input query to the clipboard and execute the following command:
xclip -selection clipboard -o | fabric -sp create_quiz
Meta
- Author: Marc Andreu (marc@itqualab.com)
- Version Information: Marc Andreu's main
create_quizversion. - Published: May 6, 2024