You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gradeable Autograding Configuration Text Editor allows instructors to quickly view and make minor adjustments to a gradeable’s autograding configuration directly on the site. It can be found below the [autograding upload section](https://submitty.org/instructor/assignment_configuration/configuration_path) on the `Submissions / Autograding` page within a gradeable’s settings.
6
7
7
-
### Gradeable Autograding Configuration Text Editor
8
+

8
9
9
-
The gradeable configuration text editor allows for small tweaks
10
+
### Features
11
+
12
+
#### Adding Directories & Files
13
+
You can add new directories to the root level, and add individual files either to the root level or within existing folders. If you need to add a folder that already contains files, consider re-uploading the configuration instead.
14
+
15
+

16
+
17
+
#### Removing Directories & Files
18
+
19
+
You can delete individual files or entire directories from the configuration as needed. **_Note: Deleting a directory will also remove all of its contents!_** By design, you cannot delete the entire configuration or the `config.json` file.
20
+
21
+

22
+
23
+
#### Downloading Configuration
24
+
Download a ZIP file of your current configuration by clicking the download icon next to the folder. This download button is also next to the configuration on the autograding upload page.
25
+
26
+

27
+
28
+
#### Customizing the Editor
29
+
The text editor uses CodeMirror to enhance the editing experience. Use the buttons in the top-right corner of the text editor to:
30
+
1. Toggle line number visibility.
31
+
2. Switch the tab size between 2 and 4 spaces.
32
+
33
+

34
+
35
+
---
36
+
37
+
_Note: This feature is only available for uploaded configurations. It does not yet support configurations pulled from the private courses repository._
0 commit comments