I need to create a few sliders on an initial screen.These sliders represent how many questions will be asked from the upcoming question banks.Once the sliders have been set by the users, i need to pass these slider values to the next page where the number of questions in the test will be based on the slider values.E.g.- User sets slider value to 6 and presses submit- From the bank of 100 Questions, 6 will be randomly chosen for the student to answerAny ideas on how i could go about achieving this?