I want to put two dependent variable in one slider(not range just single value). For example i have test scores and GPA variables that shows in single slider with first initialization as:-
Test Scores (100%) |----------------------|-----------------------| GPA (100%)
The middle pip is where the drag button should be with 50% as initial value. When i move to the right the test scores variable must be increased and GPA should decrease. Similarly when moving left the test scores must decrease increasing GPA.
How do i achieve this? Thanks in advance.