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

Activity magic #240

Open
djangoliv opened this issue Feb 18, 2022 · 0 comments
Open

Activity magic #240

djangoliv opened this issue Feb 18, 2022 · 0 comments

Comments

@djangoliv
Copy link

djangoliv commented Feb 18, 2022

I tried the activity magic following https://jupyter.brynmawr.edu/services/public/dblank/Activity%20Magic.ipynb

The poll is displayed and I have the button 'result'.
But while I click on the result button:

  • I don't have the graph (although i installed calysto)
  • The result looks strange:
    If I click on 'response 1' => Received: Results, ['1', '2', '3', '4', '5'], [1, 0, 0, 0, 0] => seems correct
    If I click on 'response 2' => Received: Results ['1', '2', '3', '4', '5'], [0, 1, 0, 0, 0] => seems correct
    But If I click on 'response 3' or 'response 5' => Received: Results, ['1', '2', '3', '4', '5'], [1, 0, 0, 0, 0] => the same as response one.

Result with response 3:

image

Regards

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