Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

risingcoder24/QuizzR-API

Open more actions menu
 
 

Repository files navigation

QuizzR API

Endpoints:

Grab a random question!

https://quizzrapi.herokuapp.com/random

Grab a random question with difficulty ranging from 1-5!

Question with difficulty level 2:

https://quizzrapi.herokuapp.com/difficulty/2

How these questions were collected

These questions were collected from different sources around the Internet. In an attempt to make things easy for everyone.

Make a contribution!

Submit a Pull Request, with your question added to the questions/index.json file. Make sure the question is in this format:

{
  "id": last question id + 1,
  "difficulty": #(1-5),
  "question": "____?",
  "a": "",
  "b:: "",
  "c": "",
  "d": "",
  "answer": "(#)"(replace # -> option having correct answer)
}

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • CSS 29.8%
  • JavaScript 11.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.