/multiple-choice-questions

Multiple choice questions for our driving test preparation

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Multiple Choice WebApp with the questions for the driving license test in Bolivia

This app was adapted from this quiz app and the FreeCodeCamp and provides a practice testing and development environment for Driving Test's theorical multiple-choice questions.

It's running live here for you to practice on.

The purpose of these challenges is to study for my test tomorrow. Primary categories include:

  • Normas de Circulación
  • Primeros Auxilios
  • Mecánica básica
  • Legislación Boliviana

The challenges all live in the src/challenges directory. Each category has a separate JSON file. To contribute a question, simply make a pull request with your challenge question(s) in the appropriate seed file. To run this project locally, fork it to your machine and run npm install followed by npm start at the root level. Now you can add new questions and see them locally. To see more details on making a contribution, please see CONTRIBUTING.md.


This project was bootstrapped with Create React App.


TO DO

  1. Create a way users can sumbit/customize their questions like adding varios from a json, a spreadsheet, or a file, or maybe adding more manually

DONE

  1. Change to spanish the language
  2. Remove and rename files to their topics related
  3. make all the answers and questions start with upppercase letter by default