Documentation of Blogger Quiz Code

Vishal Yadav
2

01 Blogger Quiz Code With Timer

Documentation For Blogger Quiz Code:

Step 01:- Open These Code in Notepad++, Bracket, Notepad or any resources in your computer,

How To Add Questions and Options in Code :


Step 02:
  

Note:-  Answer id for correct Answer:- 
for e.g options one is correct , id= 0
option 02 id=1
option 03 id=2
option 04 id=3

You Can Add more then two options or less then two options for each questions:

question:' Add Your Questions ',
options:['option 1 ','option 02','option 03','option 04',]
Answer: answer id,
Description: " Add Your Descriptions"

  • In between the two commas, you have to add questions. Remember that there should be no third comma in between the two comas, otherwise the code will not run as shown in the photo and also shown in the code below.



{ question:'Add Your Questions', options:['Options 01','Option 02','Option 03','Option 04'], answer:0, description:"You Can Add Your Descriptions" },

How To Add More Questions In This Code



  • If you want to increase the questions in this code, where the middle bracket is ending, at the bottom, as you can see in the photo, you can add as many questions as you want to increase and paste it at the bottom of the middle bracket just below. Is

Some Add Questions Format



{ question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 }, { question:'', options:['','','',''], answer:1 },
hello

How To Add Category




  • To add more than one category and understand by looking in the photo and copying the code from where a category is ending and paste it under the largest bracket, you can add the category from there. As much as you like

Post a Comment

2 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
  1. Replies
    1. For Code - https://www.tech260.in/2020/04/advanced-blogger-quiz-with-timer-and.html

      Delete
Post a Comment

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top