MCQ and Test type online journals will be famous step by step. Because of the computerized upheaval, numerous understudies show interest in web based learning. Thus, this is a decent chance to bring up a numerous decision doubt (MCQ) type or Test type blog. Since it helps understudies as well as offer some benefit and lucrative chance for new bloggers.
![]() |
How to add a MCQ in Blogger. |
Blogger is the best stage to make it free of charge or you can purchase a custom high level space and interface it to your blogger account. Recollect you really want to offer some incentive and give the right data to your guests.
Presently we should discuss how to bring up different decision doubts and answer-type web journals on bloggers.
To bring up various issues and answer types or Test type web journals on blogger follow the given beneath steps
How to add a MCQ in Blogger :-
Step 01 :- Go to blogger and make a blogger account utilizing your mail id.
Step 02 :- Presently open any blog entry and duplicate the given HTML and Javascript code or you can download the code from the given beneath download connect.
Code |
---|
<link href=”https://sharecodepoint.in/sharecodepoint-website-data/quizze-files/sharecodepoint.css” rel=”stylesheet” type=”text/css”></link> <script src=”https://sharecodepoint.in/sharecodepoint-website-data/quizze-files/jquery-1.9.1.min.js”></script> <script type=”text/javascript”> $(document).ready(function() { $(‘label’).click(function() { $(‘label’).removeClass(‘worngans’); $(this).addClass(‘worngans’); }); }); </script> <div class=”scp-quizzes-main”> <div class=”scp-quizzes-data”> <h3>1. </h3> <br /> <input id=”1″ name=”question1″ type=”radio” /><label for=”1″>1. </label><br /> <input name=”question1″ type=”radio” /><label>2. </label><br /> <input name=”question1″ type=”radio” /><label>3. </label><br /> <input name=”question1″ type=”radio” /><label>4</label> </div> <div class=”scp-quizzes-data”> <h3>2. ?</h3> <br /> <input name=”question2″ type=”radio” /><label>1. </label><br /> <input name=”question2″ type=”radio” /><label>2. </label><br /> <input id=”2″ name=”question2″ type=”radio” /><label for=”2″>3. </label><br /> <input name=”question2″ type=”radio” /><label>4. </label> </div> <div class=”scp-quizzes-data”> <h3>3. ????????</h3> <br /> <input name=”question3″ type=”radio” /><label>1. </label><br /> <input id=”3″ name=”question3″ type=”radio” /><label for=”3″>2. </label><br /> <input name=”question3″ type=”radio” /><label>3. </label><br /> <input name=”question3″ type=”radio” /><label>4. </label> </div> <div class=”scp-quizzes-data”> <h3>4.?</h3> <br /> <input id=”4″ name=”question4″ type=”radio” /><label for=”4″>1. </label><br /> <input name=”question4″ type=”radio” /><label >2. </label><br /> <input name=”question4″ type=”radio” /><label>3. </label><br /> <input name=”question4″ type=”radio” /><label>4. </label> </div> <div class=”scp-quizzes-data”> <h3>5.?</h3><br /> <input id=”5″ name=”question5″ type=”radio” /><label for=”5″>1. </label> <br /> <input name=”question5″ type=”radio” /><label>2. </label> <br /> <input name=”question5″ type=”radio” /><label>3. </label> <br /> <input name=”question5″ type=”radio” /><label>4. </label> </div> <div class=”scp-quizzes-data”> </div> |
- Step 03 :- Presently you simply have to duplicate the code.
- Step 04 :- Open the blogger present and go on the HTML segment then glue the code.
- Step 05 :- Presently Alter the post according to your prerequisites. For instance, I add a sum of 05 MCQs yet you can without much of a stretch add or eliminate a few inquiries according to your need.