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

Implement a "Scrolling-Bar/Numeric Bar" that changes position based on numeric value #80

Open
RahulKhanna14 opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RahulKhanna14
Copy link
Collaborator

In the College App case study, our interactive essay activity has users change certain words in a given essay to output a "score", denoting how male or female leaning the overall essay is. Since this "score" is ambiguous, we'd like to change it to be a scrolling/sliding bar, that changes position based on the numerical score.

The current version looks like:
sample1

We'd like the final version to be something like:

sample2

where the circle in the middle slides left and right based on the numeric score.


You could implement this using react useEffects/hooks, or alternatively, there's likely some React library that could be used for this.

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

No branches or pull requests

2 participants