Skip to content

Commit

Permalink
Use plots with peer info for engagement (#333)
Browse files Browse the repository at this point in the history
Use plots with peer info
  • Loading branch information
MonikaFu authored Jun 17, 2024
1 parent c8b57b6 commit 93f8072
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions inst/extdata/PA2024CH_de_exec_summary/survey-chapter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Untersuchungen zeigen, dass Engagement eine der effektivsten Methoden zur Verbes

```{r plot_layer_with_peer_info_engagement_left, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_engagement.png")
file.path(survey_dir, language, "plot_layer_peers_engagement.png")
)
```

Expand All @@ -65,7 +65,7 @@ file.path(survey_dir, language, "plot_layer_engagement.png")

```{r plot_layer_with_peer_info_engagement_center, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_voting.png")
file.path(survey_dir, language, "plot_layer_peers_voting.png")
)
```

Expand Down
4 changes: 2 additions & 2 deletions inst/extdata/PA2024CH_en_exec_summary/survey-chapter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Research shows that engagement is one of the most effective ways to improve clim

```{r plot_layer_with_peer_info_engagement_left, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_engagement.png")
file.path(survey_dir, language, "plot_layer_peers_engagement.png")
)
```

Expand All @@ -61,7 +61,7 @@ file.path(survey_dir, language, "plot_layer_engagement.png")

```{r plot_layer_with_peer_info_engagement_center, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_voting.png")
file.path(survey_dir, language, "plot_layer_peers_voting.png")
)
```

Expand Down
4 changes: 2 additions & 2 deletions inst/extdata/PA2024CH_fr_exec_summary/survey-chapter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Les recherches indiquent que l'engagement constitue l'un des moyens les plus eff

```{r plot_layer_with_peer_info_engagement_left, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_engagement.png")
file.path(survey_dir, language, "plot_layer_peers_engagement.png")
)
```

Expand All @@ -64,7 +64,7 @@ file.path(survey_dir, language, "plot_layer_engagement.png")

```{r plot_layer_with_peer_info_engagement_center, out.width="\\linewidth"}
knitr::include_graphics(
file.path(survey_dir, language, "plot_layer_voting.png")
file.path(survey_dir, language, "plot_layer_peers_voting.png")
)
```

Expand Down

0 comments on commit 93f8072

Please sign in to comment.