Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 issues with the app #5

Open
YahalomsGuy opened this issue May 1, 2020 · 0 comments
Open

2 issues with the app #5

YahalomsGuy opened this issue May 1, 2020 · 0 comments

Comments

@YahalomsGuy
Copy link

YahalomsGuy commented May 1, 2020

Not structural problems , just things that would make it much better:

10 of 13 the questions added are answered as "True" - means if a user will click true on all we would get a result of 10 , I would prefer half false/half true.

Randomizing the order of the questions would be great,
as a noob (at lease in Dart.....), I have managed to implement a random question with:

  var refList  = new List<int>.generate(13,(int index) => index+1);
  refList.shuffle();

and then taking the question number to display from the list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant