From e6ad3784f78b5d2bd3d0f33ebea3c56eca40b57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 29 Sep 2023 01:43:44 +0200 Subject: [PATCH] Wiki => Add tips to add exercise members at exercise creation --- Wiki/UserDocumentation/1-Authentification.md | 1 + Wiki/UserDocumentation/3-Exercise-creation.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Wiki/UserDocumentation/1-Authentification.md b/Wiki/UserDocumentation/1-Authentification.md index 16cc47b..8b1f285 100644 --- a/Wiki/UserDocumentation/1-Authentification.md +++ b/Wiki/UserDocumentation/1-Authentification.md @@ -13,6 +13,7 @@ Please wait while we are logging in you to Dojo... ✔ Teaching staff permissions ✔ Student permissions ``` + 2. Register the API token (see below) for Gitlab ```bash dojo session gitlab login <token> diff --git a/Wiki/UserDocumentation/3-Exercise-creation.md b/Wiki/UserDocumentation/3-Exercise-creation.md index a4e8a19..29817fb 100644 --- a/Wiki/UserDocumentation/3-Exercise-creation.md +++ b/Wiki/UserDocumentation/3-Exercise-creation.md @@ -25,6 +25,7 @@ Please wait while we are creating the exercise... ℹ HTTP Repo: https://gitedu.hesge.ch/dojo/exercise/dojo-ex_unique_name_some-long-hash.git ℹ SSH Repo: ssh://git@ssh.hesge.ch:10572/dojo/exercise/dojo-ex_unique_name_some-long-hash.git ``` +**Tips**: You cas use the --members_username or --members_id options to add other students of the group to the exercise. 2. Make changes and try solving the exercise. 3. The complete tests can be run with the following command. ```bash -- GitLab