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

Quiz example #3

Merged
merged 2 commits into from
Oct 5, 2017
Merged

Quiz example #3

merged 2 commits into from
Oct 5, 2017

Conversation

barisere
Copy link
Contributor

@barisere barisere commented Oct 4, 2017

No description provided.

Most of the quiz is completed. Randomization was not directly implemented. Instead the map data structure was used with the range operator, which results in random access of the map elements (the ordering of Go maps is not defined for integers?).
I'll try to implement a better random sequence of questions later.
…-random.

This completely implements the quiz according to the specification.
@joncalhoun
Copy link
Contributor

Fixes #2

@joncalhoun joncalhoun merged commit 4c5cce0 into gophercises:master Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants