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

Start analysis #2

Open
UnwarySage opened this issue Sep 18, 2017 · 1 comment
Open

Start analysis #2

UnwarySage opened this issue Sep 18, 2017 · 1 comment

Comments

@UnwarySage
Copy link
Collaborator

Be able to see, for each person marked as beginner, their clojure completed problems versus their racket completed problems. (separating ours and standard errors)
as a secondary value, include their time per language.
also include the differences between the languages. (# number of clojure - # of racket solved, and the same for time.)

@UnwarySage UnwarySage changed the title Starts analysis Start analysis Sep 18, 2017
@UnwarySage
Copy link
Collaborator Author

UnwarySage commented Sep 28, 2017

So, from a set of subjects, I will need to build a map that has keys for each problem.
the value for each key should be a map itself, with entries for number of times solved, and average time taken.
{:CM0-1 {:solved 8, avg-time 83}, :CM0-2 {:solved 7, :avg-time 127}}
Initial work done in commit 7b8f909

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