Setting the C1ListViewInputItem.Type to 'slider' gives you a slider UI so that users can choose from a range of values in an interactive way.
You can set the Type property using markup similar to the following:
<cc1:C1ListViewInputItem ID="SubjectInput" Type="slider" Max="40"></cc1:C1ListViewInputItem>