Skip to content

Commit

Permalink
Remove unused properties from test data
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaCasamitjana committed May 13, 2024
1 parent 297393e commit e5fd16e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/static/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ export const testData: Data = [
type: QuestionTypes.SingleChoice,
text: 'What is the answer?',
referenceLink: 'https://www.example.com',
courseId: 'courseId-01',
quizId: 'quizId-01',
answers: [
{
id: 'answer_01',
Expand All @@ -211,8 +209,6 @@ export const testData: Data = [
id: 'id-02',
type: QuestionTypes.SingleChoice,
text: 'What is the answer?',
courseId: 'courseId-01',
quizId: 'quizId-02',
answers: [
{
id: 'answer_03',
Expand Down Expand Up @@ -307,8 +303,6 @@ export const testDataWithTwoQuestion: Data = [
id: 'id-01',
type: QuestionTypes.SingleChoice,
text: 'Q1: What is the answer?',
courseId: 'courseId-01',
quizId: 'quizId-01',
answers: [
{
id: 'answer_01',
Expand All @@ -326,8 +320,6 @@ export const testDataWithTwoQuestion: Data = [
id: 'id-02',
type: QuestionTypes.SingleChoice,
text: 'Q2: What is the answer?',
courseId: 'courseId-01',
quizId: 'quizId-02',
answers: [
{
id: 'answer_03',
Expand Down

0 comments on commit e5fd16e

Please sign in to comment.