<select name="quiz3" >
    <option th:each="count:${#numbers.sequence(1,10)}" th:value="${count}" th:text="${count}"></option>
</select>

 

th:each="count:${#numbers.sequence(1,10)}"