From 05014488553baba3767e77dbc37daeb19d9e8882 Mon Sep 17 00:00:00 2001 From: Svetlana Isakova Date: Sat, 26 Sep 2020 23:06:24 +0200 Subject: [PATCH] Fixed wrong answer placeholders --- .../Class Delegation/Exercise 1/task-info.yaml | 9 +++++++++ .../Composition/Exercise 2/task-info.yaml | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Object-Oriented Programming/Class Delegation/Exercise 1/task-info.yaml b/Object-Oriented Programming/Class Delegation/Exercise 1/task-info.yaml index aaaf1d71..21f36a51 100644 --- a/Object-Oriented Programming/Class Delegation/Exercise 1/task-info.yaml +++ b/Object-Oriented Programming/Class Delegation/Exercise 1/task-info.yaml @@ -6,5 +6,14 @@ files: - offset: 101 length: 27 placeholder_text: // TODO + - offset: 274 + length: 39 + placeholder_text: // TODO + - offset: 526 + length: 34 + placeholder_text: // TODO + - offset: 912 + length: 55 + placeholder_text: // TODO - name: test/Tests.kt visible: false diff --git a/Object-Oriented Programming/Composition/Exercise 2/task-info.yaml b/Object-Oriented Programming/Composition/Exercise 2/task-info.yaml index 49ffd409..1a7c9a63 100644 --- a/Object-Oriented Programming/Composition/Exercise 2/task-info.yaml +++ b/Object-Oriented Programming/Composition/Exercise 2/task-info.yaml @@ -21,13 +21,5 @@ files: fun poll(): E = removeAt(0) } - - offset: 752 - length: 17 - placeholder_text: stack[0] eq 1 - - offset: 943 - length: 45 - placeholder_text: |- - queue.add(2, "???") - queue[2] eq "???" - name: test/Tests.kt visible: false