Generate linkedin quizzes and related artifacts using Kodyfire.
🏠 Homepage
linkedin-quizzes-kodyfire requires the kodyfire-cli to be installed
npm install -g kodyfire-clinpm install linkedin-quizzes-kodyfireIn order to generate your artifacts, run the generate command. The syntax is kody generate|g [kody] [concept]. If you ommit kody and concept the assistant will prompt you to select them. As an example, run the following command from your terminal:
kody generate linkedin-quizzesRefer to the kodyfire generate your artifact section.
Once your project is initialized and ready for kody,
generate your linkedin-quizzes concept using the kody ride command or manually. As an example, A declaration for a linkedin-quizzes concept might look like the following:
{
	"name": "javascript",
	"showAnswer": true,
	"showCorrectAnswer": true,
	"showReference": true,
	"showScore": true
}After adding your concept(s) definitions, run the following command to generate your assets.
kody run -s kody-linkedin-quizzes.jsonGenerates a linkedin Quiz
kody g linkedin-quizzes- nameenum - The test name you want to practice
- showAnswerboolean - If the result of the answer should be displayed (Correct|Incorrect).
- showCorrectAnswerboolean - If the correct should be displayed when the provided answer is wrong.
- showReferenceboolean - Show reference links if any.
- showScoreboolean - Show the score by the end of the test.
Generates a mixed practice test from many Linkedin quizzes
kody g linkedin-quizzes mixmatch- quizzesquiz[] - The quizzes you want to use for your quiz
- showAnswerboolean - If the result of the answer should be displayed (Correct|Incorrect).
- showCorrectAnswerboolean - If the correct should be displayed when the provided answer is wrong.
- showReferenceboolean - Show reference links if any.
- showScoreboolean - Show the score by the end of the test.
- nameenum - The test name you want to practice
- totalnumber - Total number of questions
- Mix questions from multiple practice tests
- Track progress
- Display overtime progress in a chart (cli)
- Share result on social media
- Display global ranking for kody 'official' practice tests
- Add custom practice tests by url
👤 Anis Marrouchi
- Website: https://noqta.tn
- Twitter: @anis_marrouchi
- GitHub: @anis-marrouchi
- LinkedIn: @marrouchi
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
- linkedin-skill-assessments-quizzes by Ebazhanov. and contributors(There are many). Big thanks to all of them
- kodyfire by nooqta The kodyfire generator.
Copyright © 2022 Anis Marrouchi.
This project is MIT licensed.
This README was generated with ❤️ by readme-kodyfire
