Skip to content

Commit

Permalink
Update use case 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicceboy committed Jul 10, 2024
1 parent 686d13e commit 470ed3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Configuration file and task specific build file has the required information to
Moodle exam needs a question, and so-called "builder", based on the task-specific configuration, is responsible for providing that.

```cmd
autograder --config course.toml generate --week 1 --task 1 --number X moodle
autograder --config course.toml generate --week 1 --task 1 moodle --number X
```


Expand Down Expand Up @@ -61,10 +61,10 @@ stateDiagram-v2
}
note right of CLI: User runs command
note right of ReadConfig: Parse course.toml and task config
note right of ReadConfig: Parse course.toml
note right of TaskInit: Initialize task generation
note right of FlagCreation: Pass flag to builder
note right of BuildProcess: Return file paths and metadata
note right of FlagCreation: Pass flag or seed to builder
note right of BuildProcess: Based on configuration, builds the task-specific files and return file paths and metadata
note right of TaskCreation: Pass dynamic data and file paths
note right of MoodleExamGeneration: Generate Moodle exam
```
Expand Down

0 comments on commit 470ed3a

Please sign in to comment.