Coder Social home page Coder Social logo

thetahmeed / exams-and-boards-in-bangladesh-json Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

Here the json list of exams in bangladesh

Home Page: https://tahmeedul.com/

License: Apache License 2.0

exam-list exams-in-bangladesh exam-boards-list

exams-and-boards-in-bangladesh-json's Introduction

Exams and Boards in Bangladesh

This repository provides a JSON containing a list of exam options. The data is organized to include exam labels, values, and numerical IDs. You can use this data in your projects as a reference or for any other purpose.

JSON Data Structure

The JSON-like data structure is organized as follows:

{
  "exam_options": [
    {
      "id": 1,
      "value": "ssc",
      "label": "SSC/Dakhil/Equivalent"
    },
    {
      "id": 2,
      "value": "jsc",
      "label": "JSC/JDC"
    },
    // ... (other exam options)
  ]
}

Each exam option is represented as an object with a unique numerical ID, value, and label describing the exam type.

Usage

You are free to use this data in your projects under the terms of the open-source license. To use the data, you can clone or download this repository and then access the exams-in-bangladesh.json file for the data.

Example Usage

Here's an example of how to access the data using JavaScript:

// Load the file
const examList = require('./exams-in-bangladesh.json');

// Access exam options
examList.exams.forEach(option => {
  console.log(`ID: ${option.id}, Value: ${option.value}, Label: ${option.label}`);
});

Contributing

If you have additional exam options to add or any improvements to suggest, please feel free to contribute to this repository. You can create a pull request with your changes.

License

This project is open-source and available under the Apache License 2.0. Please review the license file for detailed terms and conditions.

Acknowledgments

By

Tahmeedul Islam

exams-and-boards-in-bangladesh-json's People

Contributors

thetahmeed avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.