PHP Random Quiz MakerPHP Random Quiz Maker
PHP random quiz maker with no repeating questionsPHP Random Quiz Maker
PHP random quiz maker with no repeating questions5 Support questions or comments
Please login or create an account to post a question or comment.
-
Sep 13, 2021Hello dear LastCode,
When a Quiz is finished, doesn't the user have a button to go back to the start and choose other quizzes?
Thank you
-
Sep 3, 2020quintet PurchasedHi just downloaded Quiz Maker and it is not working for me. I uploaded the files without editing them. Then hit start and it doesn't show any questions, it just goes right to the quiz is finished screen. I did a var_dump on $Allquestions and the they are in that array.
I'm on PHP 7.3.
How can I get it to work?
Thanks -
Sep 3, 2020quintet PurchasedI did some debugging and figured it out. You should change the code in the functions.php file to have the session_start(); before anything else. like this.
<?php session_start(); ?>
<!-- INCLUDE DATABASE HERE -->
That fixed the issue. What was happening was on if(isset($_POST['StartQuiz'])) the session $_SESSION['randomQuestion'] was showing as empty when it should have had the array in it. So $_SESSION['randomQuestion'] was getting lost after it is created in the function Random_array(). This sometimes happens if there is code before the session_start(). -
Sep 4, 2020LastCode Authorthx for this point
I updated the files and will take 1 or 2 days for the reviewer to accept it
also, I change in code some tiny pieces to avoid this problem
and thank you again; -
Sep 4, 2020quintet PurchasedOK cool thanks!
-
Jun 8, 2020this Script are Supportade Addsesn
-
Jun 8, 2020LastCode Authorthis script is fully PHP ( WITHOUT ANY PLUGINS )
and PHP is Supported google Adsense
you need to link your website with google Adsense
after that this script with linked with Adsense simply because its just PHP script
-
Jun 6, 2020Hi, I really like the script. However I wanted to know if the answers are also random. In the demo I noticed that some questions have answers in the same positions, but others are shuffled. That can be controlled?
Also, will this have documentation to know how to install it or something like that? It will need a website or a hosting?
I'm a complete beginner, but even so I really like the script. -
Jun 8, 2020LastCode Authorthe quiz files don't have document file
but it has 3 sample video
1 - Explanation of the code and where you can amend it
2 - How to connect with the database like (MYSQL, etc ) without any errors
3- How to make many options on any question
and the code is so easy I could put it all in one file
but I made it in few files that may make the code so easy to understand -
Jun 8, 2020LastCode AuthorSorry for being late for you
first, yes the button position will change if the last question has answer in same button
second, you can choose the position of any option like you want its very sample
and here example img for question data
https://drive.google.com/file/d/1EziQJh3TgZL1wtbo5nvQ71FnxJ39Myxa/view?usp=sharing
and if you want more options, just add more options!!
like this
https://drive.google.com/file/d/1rGA4d01Bjmje_EgiJhpu6ZlsOCG05QcP/view?usp=sharing
and all this in dummy data file you can make it in Database
-
Jun 8, 2020LastCode Authoryes it will need a website or you can make it like what I made it (just quiz)
and the last thing is, the buttons are not randomly
they change only if the last question has answer in same button position
-
May 31, 2020Can you add me features,
-
May 31, 2020I want to see the admin panel in live before buy it
-
Jun 1, 2020LastCode AuthorThe control panel is a code, not a page
To make linking your website to quiz code easier,
and if you want you can make a control page.
because code of control panel is so easy, you can make it on the page easily
here is a picture for panel
https://drive.google.com/open?id=1Xo8F_hNUCGYeEb23WzN6F8hS0xz9ZA1I
Information
Category | Scripts & Code / PHP Scripts / Miscellaneous |
First release | 18 May 2020 |
Last update | 20 May 2020 |
Software version | PHP 7.0, PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4, PHP 5.2, PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, .NET 3.0, .NET 4.5, .NET 3.5, .NET 4.0, .NET 4.6 |
Files included | .php, .css |
Database | MySQL 4.x, MySQL 5.x |
Tags | html, php, quiz, css, games, quiz maker, PHP7, web elements |