Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 8, 2023
1 parent 010a466 commit 4cba857
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions docs/setup/evaluation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,6 @@ Steps to Export Evaluation Data from Artemis:
npm run export:artemis:2-export-evaluation-data
To evaluate using data from Artemis, you can request an anonymized database dump, contingent on a valid justification and a signed data protection agreement. Contact the Artemis team for details.

Steps to Export Evaluation Data from Artemis:

1. **Load the Database Dump:**
Use the command below to import the anonymized data into your local MySQL database.

.. code-block:: bash
npm run export:artemis:1-load-anonymized-database-dump
This command loads the data into your local MySQL database. You can use the same database as Artemis.

2. **Export the Data:**

.. code-block:: bash
npm run export:artemis:2-export-evaluation-data
Artemis Programming Exercises
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -75,14 +56,14 @@ Programming exercises are not part of the anonymized database dump and must be r
Steps for Instructors to Export Programming Exercises:
""""""""""""""""""""""""""""""""""""""""""""""""""""""

1. **Download Repositories:**
4. **Download Repositories:**
Instructors can download materials and submissions from Artemis using the command below, then zip and transfer them to you. Keep in mind that this command will take a long time to run if there are many participations to download.

.. code-block:: bash
npm run export:artemis:3-download-programming-repositories
2. **Link the Repositories:**
5. **Link the Repositories:**
Put the downloaded repositories in the ``playground/data/evaluation`` directory and link them to the respective exercises using the following command. This command will also validate if there are any missing repositories. Without this step, the programming repositories will not be available in the Playground.

.. code-block:: bash
Expand Down

0 comments on commit 4cba857

Please sign in to comment.