afaik `fun readAll(): List<Question> = ques...
# getting-started
s
afaik
fun readAll(): List<Question> =  questions.values.sortedBy{ it.questionId }
should do exactly the same