GUJARATI VYAKARAN – QUESTION -QUIZ-DHORAN-10
ગુજરાતી વ્યાકરણ -તળપદા શબ્દ-1 ગુણ,શબ્દ સમુહ માટે એક શબ્દ-1 ગુણ,સંજ્ઞા પ્રકાર – 1 ગુણ અને પ્રત્યય -1 ગુણ
💦JOINT TO TELEGRAM CHANNEL💦
Quiz Application
ધોરણ-10 ગુજરાતી -BOARD EXAM પ્રશ્નપત્ર પરીરૂપ મુજબ-1
ગુજરાતી પ્રશ્નપત્ર- પરીરૂપ મુજબ-વ્યાકરણમાં -તળપદા શબ્દ-1 ગુણ,શબ્દ સમુહ માટે એક શબ્દ-1 ગુણ,સંજ્ઞા પ્રકાર – 1 ગુણ અને પ્રત્યય જણાવો- 1ગુણનાં પુછાય છે
સમય પુરો
તમારા ગુણ:
ટેસ્ટ પરીણામ
કુલ પ્રશ્નો:
કુલ પ્રયાસો:
સાચાં:
ખોટાં:
ટકાવારી:
const questionText=document.querySelector(".question-text");
const optionBox=document.querySelector(".option-box");
const currentQuestionNum=document.querySelector(".current-question-num");
const answerDescription=document.querySelector(".answer-description");
const nextQuestionBtn=document.querySelector(".next-question-btn");
const correctAnswers=document.querySelector(".correct-answer");
const seeResultBtn=document.querySelector(".see-result-btn");
const remainingTime=document.querySelector(".remaining-time");
const timeUpText=document.querySelector(".time-up-text");
const quizHomeBox=document.querySelector(".quiz-home-box");
const quizBox=document.querySelector(".quiz-box");
const quizOverBox=document.querySelector(".quiz-over-box");
const startAgainQuizBtn=document.querySelector(".start-again-quiz-btn");
const goHomeBtn=document.querySelector(".go-home-btn");
const categoryBox=document.querySelector(".category-box");
const categoryText=document.querySelector(".category-text");
//const startQuizBtn=document.querySelector(".start-quiz-btn");
let attempt=0;
let questionIndex=0;
let score=0;
let number=0;
let myArray=[];
let interval;
let categoryIndex;
//you cant add your category and questions
myApp=[
{
category:" તળપદા શબ્દ",
quizWrap:[
{
question:'આણે',
options:['લાવે','એને','આણું'],
answer:0,
},
{
question:'તોયે',
options:['તો એ','તોપણ','તેણે'],
answer:1,
},
{
question:'દરશન',
options:['દ્રશ્ય','દ્ર્ષ્ટ્રી','દર્શન'],
answer:2,
},
{
question:'કે ની',
options:['કોઇની','કોની','કોણ'],
answer:0,
},
{
question:'નવ',
options:['નવ','નહિ','નઇ'],
answer:1,
},
{
question:'વાચ',
options:['વાણી','વાત','વાચવું'],
answer:0,
},
{
question:'તીરથ',
options:['તીર','તીર્થ','તીથી'],
answer:1,
},
{
question:'ઝાલે',
options:['પકડે','ઝુલો','જાળ'],
answer:0,
},
{
question:'કાછ',
options:['કાચ','ચારિત્ર્ય','કાજ'],
answer:1,
},
{
question:'ધન',
options:['ધન-દોલત','ધણ','ધન્ય'],
answer:2,
}
]
},
{
category:"શબ્દ સમુહ માટે એક શબ્દ.",
quizWrap:[
{
question:'દેવનો લોક',
options:['સ્વર્ગ','દેવલોક','દેવસ્થળ'],
answer:0,
},
{
question:'જમીન કે પહાડમાંથી ઝરતો પાણીનો વહેળો',
options:['જરણ','ઝરણું','જરો'],
answer:1,
},
{
question:'આંખનો પલકારો',
options:['મટકું','જટકો','પલક'],
answer:2,
},
{
question:'લોભ જેનામાં ન હોય તેવી વ્યક્તિ',
options:['વણલોભી','નિરલોભી','નિરમોહિ'],
answer:0,
},
{
question:'સૌની તરફ જોનાર સરખી દ્રષ્ટ્રી',
options:['સુદ્રષ્ટ્રી','સમદ્રષ્ટ્રી','સમષ્ઠી'],
answer:1,
},
{
question:'સંસાર પ્રત્યે રાગ કે આસક્તિ ન હોવાં તે',
options:['વૈરાગ્ય','વિમુક્ત','નિરમોહિ'],
answer:0,
},
{
question:'જ્યાં હાથનો પંજો જોડાયેલો છે તે સાંધાવાળો ભાગ',
options:['કોણી','કાંડું','ખંભો'],
answer:1,
},
{
question:'માણસ,ઘોડાં વગેરે દોડવા કુદવા વગેરેની હરીફાઇ',
options:['રેસ','દોડ','સ્પર્ધા'],
answer:0,
},
{
question:'પ્રવાસનાં સ્થળે,સારાં હવાં-પાણી મળે એ પ્રકારનું સ્વચ્છ મકાન',
options:['હોટલ','સૅનેટોરિયમ','હવાખાવાનું સ્થળ'],
answer:1,
},
{
question:'માન ઊતરી જતાં કે અપમાન થતાં મોઢું ઊતરી ગયું હોય તેવું',
options:['','',''],
answer:2,
}
]
},
{
category:"પ્રત્યય એળખો",
quizWrap:[
{
question:'હરીફાઇ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:0,
},
{
question:'પ્રતિબિંબ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'લક્ષ્યાંક',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:2,
},
{
question:'મીઠડો',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:0,
},
{
question:'નિર્ભેળ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'પરીક્ષા',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
}, {
question:'સૌરભ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:2,
},
{
question:'ઉપકાર',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'સમજણ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:0,
},
{
question:'નિર્મળ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'લોભી',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:0,
},
{
question:'અસત્ય',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'પરાઇ',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:0,
},
{
question:'વણલોભી',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
},
{
question:'પરસ્ત્રી',
options:['પરપ્રત્યય','પૂર્વપ્રત્યય','એક પણ પ્રત્યય નહિ.'],
answer:1,
}
]
},
{
category:"સંજ્ઞાનો પ્રકાર જણાવો",
quizWrap:[
{
question:'ભીડ',
options:['સમુહવાચક','જાતિવાચક','દ્રવ્યવાચક'],
answer:0,
},
{
question:'શરણાઇ',
options:['જાતિવાચક','સમુહવાચક','ભાવવાચક'],
answer:0,
},
{
question:'તિલક',
options:['દ્રવ્યવાચક','સમુહવાચક','જાતિવાચક'],
answer:2,
},
{
question:'ધ્યાન',
options:['ભાવવાચક','ક્રિયાવાચક','દ્રવ્યવાચક'],
answer:0,
},
{
question:'રેતી',
options:['જાતિવાચક','દ્રવ્યવાચક','સમુહવાચક'],
answer:1,
},
{
question:'અમેરિકા',
options:['સમુહવાચક','જાતિવાચક','વ્યક્તિવાચક'],
answer:2,
},
{
question:'તૃષ્ણા',
options:['ભાવવાચક','જાતિવાચક','વ્યક્તિવાચક'],
answer:0,
},
{
question:'કામક્રોધ',
options:['ક્રિયાવાચક','ભાવવાચક','વ્યક્તિવાચક'],
answer:1,
},
{
question:'નરસૈંયો',
options:['જાતિવાચક','ક્રિયાવાચક','વ્યક્તિવાચક'],
answer:2,
},
{
question:'વૈષ્ણવજન',
options:['જાતિવાચક','ભાવવાચક','વ્યક્તિવાચક'],
answer:0,
}
]
}
]
function createCategory(){
//console.log(myApp[1].category);
for(let i=0; i{
timeLimit--;
if(timeLimit < 10){
timeLimit="0"+timeLimit;
}
if(timeLimit < 6){
remainingTime.classList.add("less-time");
}
remainingTime.innerHTML=timeLimit;
if(timeLimit == 0){
clearInterval(interval);
timeIsUp();
}
},1000)
}
function stopTimer(){
clearInterval(interval);
}
function disableOptions(){
for(let i=0; i{
quizBox.classList.remove("show");
seeResultBtn.classList.remove("show");
quizOverBox.classList.add("show");
quizResult();
})
startAgainQuizBtn.addEventListener("click", ()=>{
quizBox.classList.add("show");
quizOverBox.classList.remove("show");
resetQuiz();
nextQuestion();
})
goHomeBtn.addEventListener("click", ()=>{
quizOverBox.classList.remove("show");
quizHomeBox.classList.add("show")
resetQuiz();
})
//startQuizBtn.addEventListener("click", ()=>{
// quizHomeBox.classList.remove("show");
// quizBox.classList.add("show");
// nextQuestion();
//})
window.onload=()=>{
createCategory();
}
ધોરણ-10 ગુજરાતી -BOARD EXAM પ્રશ્નપત્ર પરીરૂપ મુજબ-1
ગુજરાતી પ્રશ્નપત્ર- પરીરૂપ મુજબ-વ્યાકરણમાં -તળપદા શબ્દ-1 ગુણ,શબ્દ સમુહ માટે એક શબ્દ-1 ગુણ,સંજ્ઞા પ્રકાર – 1 ગુણ અને પ્રત્યય જણાવો- 1ગુણનાં પુછાય છે
સમય પુરો
ટેસ્ટ પરીણામ
કુલ પ્રશ્નો:
કુલ પ્રયાસો:
સાચાં:
ખોટાં:
ટકાવારી:
In order to find out more about gujarati class 10 board exam preprestion in gseb, you must click: 👉 www.gyangarjana.com
Post is showing gujarati class 10 board exam preprestion in gseb
valuable information but also try to cover the following subject:
you would like to find out more about gujarati class 10 board exam
preprestion in gseb, I did too and here’s the Post that I created around
this topic.
class 10 board exam preprestion in gseb interested me so I did some
research and uploaded this to Website gyan garjana .
whatsapp group to joint this no:7016874239 massage
ધોરણ-10 વ્યાકરણ -પ્રશ્નોત્તરી
If you would like to learn more regarding std 10th board exam 2020 I recommend you to check out our other Website post :