Skip to content

Commit b052ccc

Browse files
committed
Initial Commit
Documentation for the gradeable config editor.
1 parent 5e1be0b commit b052ccc

File tree

8 files changed

+30
-2
lines changed

8 files changed

+30
-2
lines changed
92.7 KB
Loading
104 KB
Loading

_docs/instructor/assignment_configuration/configuration_editor.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,35 @@ category: Instructor > Assignment Configuration Editor
33
title: Configuration Editor
44
---
55

6+
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.
67

7-
### Gradeable Autograding Configuration Text Editor
8+
![alt text](image.png)
89

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+
![alt text](<modified add to editor.png>)
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+
![alt text](<removing from config editor.png>)
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+
![alt text](<upload arrow.png>)
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+
![alt text](image-1.png)
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._
2.44 KB
Loading
231 KB
Loading
89.8 KB
Loading
82.9 KB
Loading
30.8 KB
Loading

0 commit comments

Comments
 (0)