jetbrains-academy / kotlin-onboarding-introduction

The introduction to the Kotlin Onboarding course
MIT License
9 stars 2 forks source link

Wrong Task description Introduction/The first day with programming/Read User Input #147

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

The task tells you to add questions like "(1) What is TROTEN" but expects the question without the numbers and the parentheses. expected: <Hello! I will ask you several questions. Please answer all of them and be honest with me! What is TROTEN? How did you spend your graduation? Why does a spider need eight legs?

but was: <Hello! I will ask you several questions. Please answer all of them and be honest with me! (1) What is TROTEN? (2) How did you spend your graduation? (3) Why does a spider need eight legs?

org.opentest4j.AssertionFailedError: expected: <Hello! I will ask you several questions. Please answer all of them and be honest with me! What is TROTEN? How did you spend your graduation? Why does a spider need eight legs?

but was: <Hello! I will ask you several questions. Please answer all of them and be honest with me! (1) What is TROTEN? (2) How did you spend your graduation? (3) Why does a spider need eight legs?