Skip to content

Commit

Permalink
feat: add dummy markdown in question page
Browse files Browse the repository at this point in the history
  • Loading branch information
procaconsul committed Jun 4, 2024
1 parent db28758 commit 3fb7943
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/QuestionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ const QuestionPage: FC = () => {
if (!pathMatch) return <div>Placeholder</div>

const question = {
instructions:
'For this question, look at the code in the Q1 directory, related to streaming services. You have a class Subscription which can be constructed with different options (for example, the number of users, the video stream quality, whether the subscription includes movies, comedy, sports, etc).',
instructions: `A paragraph with *emphasis* and **strong importance**. \`code\` URL: https://reactjs.org.
* Lists
* item a
* item b
`,
parts: {
a: {
description: 'This is part a description',
Expand Down Expand Up @@ -57,7 +61,7 @@ const QuestionPage: FC = () => {
},
ii: {
description:
'For this question, look at the code in the Q1 directory, related to streaming services. You have a class Subscription which can be constructed with different options (for example, the number of users, the video stream quality, whether the subscription includes movies, comedy, sports, etc).',
'For this question, look at the **code** in the **Q1** directory, related to streaming services. You have a class Subscription which can be constructed with different options (for example, the number of users, the video stream quality, whether the subscription includes movies, comedy, sports, etc).',
tasks: [],
},
},
Expand Down

0 comments on commit 3fb7943

Please sign in to comment.