Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The tests completely differ from the problem description Introduction/The first day with programming/Complete the Project #112

Open
edutools-service opened this issue Apr 4, 2023 · 1 comment
Assignees
Labels
bug Something isn't working not reproducible Need clarification

Comments

@edutools-service
Copy link

Description: Print the real questions and the user's answers to them. The real questions are stored in the already predefined firstQuestion, secondQuestion, and thirdQuestion variables. Before the real questions, print the text: 'Now let's have fun!'

"Predefined" means that you can access these variables because the course creator put them in the project and added the necessary values. For example, you can write println($firstQuestion) to print the value from the predefined firstQuestion variable.
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?
Now let's have fun!
What is Kotlin?
<some user's answer>
How was Kotlin invented?
<some user's answer>
Why are you learning Kotlin?
<some user's answer>

but was: <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?
Now let's have fun!
What is TROTEN?
How did you spend your graduation?
Why does a spider need eight legs?
What is TROTEN?
<some user's answer>
How did you spend your graduation?
<some user's answer>
Why does a spider need eight legs?
<some user's answer>

Update your tests please. Being a developer already it I found this quickly. A true beginner would not have a clue.

@edutools-service edutools-service added the bug Something isn't working label Apr 4, 2023
@nbirillo
Copy link
Collaborator

I can't reproduce the problem :( I don't understand why the user has a duplicate output

@nbirillo nbirillo added the not reproducible Need clarification label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not reproducible Need clarification
Projects
None yet
Development

No branches or pull requests

3 participants