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

#6 Disables viewing other recorded responses at scorescreen by default. Adds UI to optionally enable it. #13

Closed
wants to merge 6 commits into from

Conversation

chrissolanilla
Copy link

This PR mainly addresses issue #6 adding a toggle button in the creator(disabled by default) to enable the viewing the viewing of other recorded responses at the scorescreen.

This PR has some changes to the creator HTML and SCSS with the use of flex-box and modern web practices, but it does not fix everything existing in the widget. There are still some old outdated HTML4 tags like center which may need to be addressed to fix tool-tips going out of bounds. Additionally it would be easier to make more additions to the front-end if it was redesigned with better practices like flex-box and div nesting instead of absolute positioning for a lot of things, but that feels more appropriate for a separate issue.

This PR adds an options object to the qset which stores a boolean value on whether or not to get feedback of all other recorded responses. It does not break existing widgets that do not have this options object in my testing.

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

Successfully merging this pull request may close these issues.

1 participant