Commit 0d144449 authored by Choudhary's avatar Choudhary

reviewed changes 3

parent 53b40bbb
Pipeline #2282 passed with stages
in 2 minutes and 33 seconds
......@@ -2,7 +2,7 @@
export const mockdata = {
"javascriptQuiz": [
{
"question1": {
"javascriptquestion1": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -10,7 +10,7 @@ export const mockdata = {
}
},
{
"question2": {
"javascriptquestion2": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -18,7 +18,7 @@ export const mockdata = {
}
},
{
"question3": {
"javascriptquestion3": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -26,7 +26,7 @@ export const mockdata = {
}
},
{
"question4": {
"javascriptquestion4": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -34,7 +34,7 @@ export const mockdata = {
}
},
{
"question5": {
"javascriptquestion5": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -44,7 +44,7 @@ export const mockdata = {
],
"reactQuiz": [
{
"question1": {
"reactquestion1": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -52,7 +52,7 @@ export const mockdata = {
}
},
{
"question2": {
"reactquestion2": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -60,7 +60,7 @@ export const mockdata = {
}
},
{
"question3": {
"reactquestion3": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -68,7 +68,7 @@ export const mockdata = {
}
},
{
"question4": {
"reactquestion4": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -76,7 +76,7 @@ export const mockdata = {
}
},
{
"question5": {
"reactquestion5": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -86,7 +86,7 @@ export const mockdata = {
],
"testQuiz": [
{
"question1": {
"testquestion1": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -94,7 +94,7 @@ export const mockdata = {
}
},
{
"question2": {
"testquestion2": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -102,7 +102,7 @@ export const mockdata = {
}
},
{
"question3": {
"testquestion3": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -110,7 +110,7 @@ export const mockdata = {
}
},
{
"question4": {
"testquestion4": {
"option1" :true,
"option2" :true,
"option3" :true,
......@@ -118,7 +118,7 @@ export const mockdata = {
}
},
{
"question5": {
"testquestion5": {
"option1" :true,
"option2" :true,
"option3" :true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment