Build A Quiz App With JavaScript | Quiz Website using HTML CSS & JavaScript

Поделиться
HTML-код
  • Опубликовано: 1 дек 2022
  • In this video, Build A Quiz App With JavaScript | Quiz Website using HTML CSS & JavaScript. Enjoy!
    DEMO:
    lucky-mermaid-de6531.netlify....
    BE OUR SUPPORTER :
    Support us on Patreon and get premium benefits i.e all source codes, and any kind of support.
    / opensourcecoding
    FOLLOW US :
    Follow us on social media to stay updated.
    GitHub : github.com/opensource-coding
    Facebook: / opensourcecoding
    ABOUT MY CHANNEL :
    Hi! we or OSC. On Our channel, you will find one of the best web development learning materials. We love sharing HTML, css, javascript, mern, mean, lamp, backend, frontend, and many more with you guys as I experience them myself.
    Subscribe here to see more of my videos in your feed!
    SUBSCRIBE HERE :
    / @opensourcecoding
    Feel free to request video tutorials, and ask for explanation videos of your choice in the comment section.

Комментарии • 57

  • @inipenting236
    @inipenting236 День назад +1

    thank so much for the source code, i Will give subcribe and like

  • @aprender_espanol
    @aprender_espanol 5 месяцев назад +3

    Can you with react js the same to do with api, please?

  • @ronaldpayawal1494
    @ronaldpayawal1494 2 месяца назад +1

    how do you convert that in local database?

  • @TechNo_Nepal949
    @TechNo_Nepal949 9 месяцев назад +2

    can you provide me source code

  • @parvjain09
    @parvjain09 10 месяцев назад

    Firstly I have to make account in that Opentb and then need to copy that url ..for api..
    Or the same provided by you in code will work ??

    • @opensourcecoding
      @opensourcecoding  10 месяцев назад

      No there's no need of an account or api key.

  • @dr4568
    @dr4568 4 месяца назад

    Please make a separate video on how to import excel sheet database to this quiz app along with categories and subcategories
    Also a performance tracker for the user

  • @nikeshk3950
    @nikeshk3950 3 месяца назад

    at the 20th min ,the questions are visible for you,but for me it shows 429 error. Can anyone help out??

  • @ahmetsoner9106
    @ahmetsoner9106 4 месяца назад

    Emeğine sağlık ❤
    Dostum bu quiz projesine bağış butonu nasıl ekleriz
    Belki biraz gelir elde ederiz

  • @user-zj8wc8gj1y
    @user-zj8wc8gj1y 5 месяцев назад +1

    How question are displayed

  • @cuevarenalynvillanueva766
    @cuevarenalynvillanueva766 Год назад

    hi! i have a problem in this
    const progressBar = document.querySelector(".progress-bar"),
    progressText = document.querySelector(".progress-text");
    const progress = (value) => {
    const percentage = (value / time) * 100;
    progressBar.style.width = '${percentage}%';
    progressText.innerHTML = '${value}';
    };
    let time = 30;
    when i put this in the bottom progress(10);
    its not working the bar in top is putting ${value} rater than number

    • @opensourcecoding
      @opensourcecoding  11 месяцев назад +1

      hi, you are using single quotes in Template literals '${percentage}%' and '${value}' replace quotes with (`) this symbol which is in front of number 1 under the escape button.

    • @cuevarenalynvillanueva766
      @cuevarenalynvillanueva766 11 месяцев назад

      @@opensourcecodingthank you!♥️

    • @ahmetsoner9106
      @ahmetsoner9106 4 месяца назад

      ​@@opensourcecoding
      Emeğine sağlık, çok güzel olmuş
      Bu projeye bağış butonu nasıl ekleriz, belki biraz gelir elde etmemize yardımcı olur

  • @morrisandgamers6354
    @morrisandgamers6354 7 месяцев назад

    How you use api in this code

  • @edited_official
    @edited_official 11 дней назад

    Source code pls

  • @magrur5266
    @magrur5266 7 месяцев назад +1

    Thank you very much for your work. But if I'm not mistaken, you have a problem. "Score" is not working!

  • @mathisolga3311
    @mathisolga3311 Месяц назад +1

    How do you insert the questions into the code?

    • @imankhh
      @imankhh Месяц назад

      did you find a way to do it?

  • @scienceofphysics6973
    @scienceofphysics6973 5 месяцев назад

    Server is not responding in my case. It's giving 404 error. What should i do now?

    • @opensourcecoding
      @opensourcecoding  5 месяцев назад +1

      its working fine, try using with vpn

    • @scienceofphysics6973
      @scienceofphysics6973 5 месяцев назад

      There is a bug in the code.
      It shows wrong even when user selects correct answer. You need to fix it.
      That's why you got 0 score everytime.

  • @francisadekanye1537
    @francisadekanye1537 8 месяцев назад +1

    please try explaining💔

  • @jamps6434
    @jamps6434 5 месяцев назад

    what if i don't want to use api? what do i do?

    • @jamps6434
      @jamps6434 5 месяцев назад

      please i need your explanation because this quiz game is our topic in our research😭😭😭

    • @jamps6434
      @jamps6434 5 месяцев назад

      or i just need to copy the url that you use in this video?

    • @opensourcecoding
      @opensourcecoding  5 месяцев назад +1

      If you want your own question then create an array of questions and answers and get questions from there

    • @jamps6434
      @jamps6434 5 месяцев назад

      @@opensourcecoding how?

    • @imankhh
      @imankhh Месяц назад

      @@jamps6434 did u find a way to do it?

  • @user-qt4pe2tz2u
    @user-qt4pe2tz2u 5 месяцев назад

    The gradient doesn't work

  • @awfuleditor
    @awfuleditor 9 месяцев назад

    How can I change the question ❓

    • @opensourcecoding
      @opensourcecoding  9 месяцев назад

      You can add your own questions instead of usin api

    • @jaexxiii
      @jaexxiii 8 месяцев назад

      @@opensourcecoding how can i add my own question? please responds!

    • @opensourcecoding
      @opensourcecoding  8 месяцев назад

      store questions and answers in an array and use that@@jaexxiii

    • @marklloydtv4267
      @marklloydtv4267 8 месяцев назад

      @@opensourcecoding can you give as an example.

    • @marklloydtv4267
      @marklloydtv4267 8 месяцев назад

      @@opensourcecoding or can u give as short video about it please, we just need this for our school project

  • @LettaInMotion
    @LettaInMotion 10 месяцев назад

    Hi…I’d like to where you stored the questions

    • @opensourcecoding
      @opensourcecoding  10 месяцев назад

      I have used an api for questions

    • @LettaInMotion
      @LettaInMotion 10 месяцев назад

      Okay How can make my own questions

    • @soumavadas1400
      @soumavadas1400 10 месяцев назад

      @@LettaInMotion Yeah , I am facing the same problem, I want to use a Database and preferred Django to store my own questions , but I am not understanding how to fetch then and use them in the website

    • @LettaInMotion
      @LettaInMotion 10 месяцев назад

      @@soumavadas1400 please tell me how you did it when u do

    • @soumavadas1400
      @soumavadas1400 10 месяцев назад +1

      @@LettaInMotion Yeah I did it , I was using django as Backend , so it provides an Admin Panel for free , so what I did was created a Database using Models in Django and Used the Admin panel to enter question, then wrote an API / function that got the data from Database and stored it in JSON format in an Url(localhost:8000/api) , then used fetch() function in JavaScript to fetch our JSON data from the url and parse it and then use it in my website. further we can select only 10 random questions from 1000 or more questions but need to write a code for generating random index and then fetching by index

  • @bssgiridhar
    @bssgiridhar 10 месяцев назад

    Bhai super but result send to Gmail link bhai