Skip to content

Commit

Permalink
refactor: revise question & answers with photo type (#149)
Browse files Browse the repository at this point in the history
* udated the quiz question

* added the new question with image

* updated to the new question with reliable image

* updated the quiz question and option with new and reliable image

* images from common source

* fix(docs): image answer paths

---------

Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
  • Loading branch information
pranav514 and wingkwong authored Oct 26, 2023
1 parent 30ad0d2 commit 54ac500
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/docs/quiz.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ const quiz = {
segment: segment.medium,
},
{
question: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit?',
question: 'How does the initial page of any react project looks like if we create the project using vite',
questionType: 'photo',
answerSelectionType: 'single',
answers: [
'https://dummyimage.com/600x400/000/fff&text=A',
'https://dummyimage.com/600x400/000/fff&text=B',
'https://dummyimage.com/600x400/000/fff&text=C',
'https://dummyimage.com/600x400/000/fff&text=D',
'https://github.com/wingkwong/react-quiz-component/assets/35857179/e169cd44-13a7-4301-9d30-6c0859d3ac35',
'https://github.com/wingkwong/react-quiz-component/assets/35857179/30b4aa3d-2523-4d73-9e3b-27ce44ffd50a',
'https://github.com/wingkwong/react-quiz-component/assets/35857179/64da0348-30b7-4a13-9fea-791537c49109',
'https://github.com/wingkwong/react-quiz-component/assets/35857179/660e9255-8a16-4e0f-a7e4-81ba6ac0f9bc',
],
correctAnswer: '1',
messageForCorrectAnswer: 'Correct answer. Good job.',
Expand Down

0 comments on commit 54ac500

Please sign in to comment.