Skip to content

Commit

Permalink
Update catergories.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tsw5 authored Dec 3, 2022
1 parent c8b89ee commit a2ff596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/lib/data/catergories.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ final categories = <Category>[
categoryName: 'Greetings',
backgroundColor: Colors.blue,
icon: FontAwesomeIcons.handHolding,
description: 'Practice questions from various chapters in physics',
description: 'Test your knowledge on greetings',
),
Category(
questions: getQuestions2(),
categoryName: 'Family',
backgroundColor: Colors.orange,
icon: FontAwesomeIcons.children,
description: 'Practice questions from various chapters in chemistry',
description: 'Test your knowledge on Family',
),
Category(
questions: getQuestions3(),
categoryName: 'Food',
backgroundColor: Colors.purple,
icon: FontAwesomeIcons.burger,
description: 'Practice questions from various chapters in maths',
description: 'Test your knowledge on Food',
),
Category(
questions: getQuestions4(),
categoryName: 'Objects',
backgroundColor: Color.fromARGB(255, 216, 98, 137),
icon: FontAwesomeIcons.book,
description: 'Practice questions from various chapters in biology',
description: 'Test your knowledge on random objects',
),
];

0 comments on commit a2ff596

Please sign in to comment.