quran-quiz
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Quran Quiz

quran-quiz is a library for generating quizzes about the Quran. This library is designed to enhance Quranic memorization.

Read the docs at quran.zakiego.com.

Features

Installation

npm install quran-quiz

Example

Request

import { guessSurah } from "quran-quiz";

const data = await guessSurah.bySurah({
  amount: 3,
  select: [111, 112, 113, 114],
});

Response

When the options.value is set to 1, it means the answer is correct, while when the options.value is set to 0, it means the answer is incorrect.

{
  "data": [
    {
      "question": " قُلْ هُوَ ٱللَّهُ أَحَدٌ",
      "options": [
        {
          "text": "Al-Masad",
          "value": 0
        },
        {
          "text": "Al-Falaq",
          "value": 0
        },
        {
          "text": "An-Nas",
          "value": 0
        },
        {
          "text": "Al-Ikhlas",
          "value": 1
        }
      ]
    }
    // ...
  ],
  "meta": {
    "type": "guessSurahBySurah",
    "select": [111, 112, 113, 114],
    "amount": 3
  }
}

Contributors

M. Zakiyuddin Munziri
M. Zakiyuddin Munziri

⚠️ 💻 📖
Yusuf
Yusuf

💻

Readme

Keywords

Package Sidebar

Install

npm i quran-quiz

Weekly Downloads

0

Version

0.1.4

License

ISC

Unpacked Size

15.1 MB

Total Files

8

Last publish

Collaborators

  • zakiego