Skip to content

Commit

Permalink
Update docs/6.-Report-File-Generation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam authored Sep 22, 2024
1 parent 5b98e7d commit 034e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/6.-Report-File-Generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The report zip contains
- The `submissionFileIndex.json` stores a list of all files in the submission for each submission id. This file is also used to track the tokens per file. It is represented by a Map from the submission id to an instance of `SubmissionFile`.

- options.json
- This File contains all options given to JPlag either over the CLI or programmatically. It is represented diretly by the `JPlagOptions` class.
- This File contains all options given to JPlag either over the CLI or programmatically. It is represented directly by the `JPlagOptions` class.

- submissions
- This folder contains all files of all submissions JPlag was run with. For each submission the `submissions` folder contains a subfolder with the name of the corresponding submission id. A subfolder for a submission contains all files of said submission.
Expand Down

0 comments on commit 034e63a

Please sign in to comment.