From b36bbb002d901e3051e282292c8fe89a82fa6378 Mon Sep 17 00:00:00 2001 From: Ceres Barros Date: Fri, 14 Jun 2024 13:45:52 -0700 Subject: [PATCH] a couple of "Challenge yourself" -> "Try on your own" * the {sec-*} were also not being used --- training/MetaDataAndModuleFiles.qmd | 2 +- training/NewModuleIntro.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/training/MetaDataAndModuleFiles.qmd b/training/MetaDataAndModuleFiles.qmd index 0ce3a7eebb..c91c514383 100644 --- a/training/MetaDataAndModuleFiles.qmd +++ b/training/MetaDataAndModuleFiles.qmd @@ -347,7 +347,7 @@ outputs that model, and plots the fit. 4. What is the `sim`? See [`?'.simList-class'`](https://rdrr.io/cran/SpaDES.core/man/simList-class.html) -## Challenge yourself {#sec-moduleFilesAndMetadata-challengeYourself} +## Try on your own 1. Fill in the metadata from the Challenges you did in previous chapter. diff --git a/training/NewModuleIntro.qmd b/training/NewModuleIntro.qmd index 738671aa25..17e3b70f70 100644 --- a/training/NewModuleIntro.qmd +++ b/training/NewModuleIntro.qmd @@ -177,7 +177,7 @@ completed(out2) This time, there is an extra event that happened. **We now have a workflow of 2 events.** -## Challenge yourself {#sec-newModule-challengeYourself} +## Try on your own 1. Make a new module. Make it really simple. Run it with `simInitAndSpades` as in the above examples.