search

Home  >  Q&A  >  body text

Online exam questions PHP

How is this kind of question-taking method similar to the Driving School Booklet implemented? Are all the questions obtained? When I use a similar question system to get all the questions, it will be very stuck. If it is loaded in pages, then if the user clicks on the question number below, how do I know which page to turn to? Is there a better way to implement a similar solution? Asking God for guidance

A峰A峰1512 days ago1272

reply all(3)I'll reply

  • A峰

    A峰2020-11-30 01:09:39

    Now there are two questions 1. The PHP backend returns all the questions to the frontend. It takes a long time to render at the beginning, and it will get stuck when sliding left and right. 2. If you choose to turn the page and return the question to the front end, how does the user find the corresponding page number when he clicks on a question number below? Is there a better solution?

    reply
    0
  • A峰

    A峰2020-11-24 23:16:53

    image.pngHow to get the corresponding question by clicking on the question number like this

    reply
    0
  • 西门大官人

    Just put the question ID here. When clicked, it will jump to the question details page. Just put the question ID in the URL.

    西门大官人 · 2020-11-27 11:20:40
  • Cancelreply