0.1.33 ā€¢ Published 12 months ago

linkedin-quizzes-kodyfire v0.1.33

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Linkedin Quizzes

Version Documentation License: MIT

Generate linkedin quizzes and related artifacts using Kodyfire. react-kodyfire demo

šŸ  Homepage

Requirements

linkedin-quizzes-kodyfire requires the kodyfire-cli to be installed

npm install -g kodyfire-cli

Install

npm install linkedin-quizzes-kodyfire

Usage

Method 1: As a generator

In 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-quizzes

Method 2: As a runner in a kody project

Refer 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.json

Available concepts

concept (default)

Generates a linkedin Quiz

Usage
kody g linkedin-quizzes
Params
  • name enum - The test name you want to practice
  • showAnswer boolean - If the result of the answer should be displayed (Correct|Incorrect).
  • showCorrectAnswer boolean - If the correct should be displayed when the provided answer is wrong.
  • showReference boolean - Show reference links if any.
  • showScore boolean - Show the score by the end of the test.

mixmatch

Generates a mixed practice test from many Linkedin quizzes

Usage
kody g linkedin-quizzes mixmatch
Params
  • quizzes quiz[] - The quizzes you want to use for your quiz
  • showAnswer boolean - If the result of the answer should be displayed (Correct|Incorrect).
  • showCorrectAnswer boolean - If the correct should be displayed when the provided answer is wrong.
  • showReference boolean - Show reference links if any.
  • showScore boolean - Show the score by the end of the test.
Quiz
  • name enum - The test name you want to practice
  • total number - Total number of questions

šŸ“… Future Features

  • 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

Author

šŸ‘¤ Anis Marrouchi

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

Credits

šŸ“ License

Copyright Ā© 2022 Anis Marrouchi.

This project is MIT licensed.


This README was generated with ā¤ļø by readme-kodyfire

0.1.32

12 months ago

0.1.33

12 months ago

0.1.31

1 year ago

0.0.22

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.22

1 year ago

0.1.23

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.2

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago