Skip to content
#

flutter-games

Here are 11 public repositories matching this topic...

paulscliu
paulscliu commented Nov 4, 2019

In answers_widget.dart, several lines limit the multiple-choice to 4 answers only:

line 10 const questionLeadings = ['A', 'B', 'C', 'D'];
line 63 for (int i = 0; i < 4; i++) {
line 79 for (int i = 0; i < 4; i++) {

For experiment, I change these lines to support 5 answers then modify the mock_api.dart so the last question has 5 answers. The program was not able to rend

Improve this page

Add a description, image, and links to the flutter-games topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flutter-games topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.