Skip to content

Commit

Permalink
Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luk-brue committed Nov 1, 2024
1 parent 671a507 commit 23c87c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions inst/tutorials/2a_vektoren/vl2_a_vektoren.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Speichere nun `x * 2` in einem neuen Objekt `y`!
```

```{r y_saving-solution}
```{r y_saving-solution, exercise.setup = "y_saving"}
y <- x * 2
```

Expand All @@ -191,13 +191,11 @@ Ersteres heißt: "Ist `x` kleiner als `-2 + 3`?", letzteres bedeutet:
::: aufgabe
Lasse dir nun `y` ausgeben!
:::

```{r y_print, exercise = TRUE, exercise.setup = "y_saving-solution"}
```

```{r y_print-setup}
y <- 10
```

::: grau-nb
Übrigens:
Expand Down

0 comments on commit 23c87c3

Please sign in to comment.