Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-autograde
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS-107
moodle-autograde
Merge requests
!258
feat(documentation) : Added a read me guide to create an assignment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
feat(documentation) : Added a read me guide to create an assignment
hj/createAssignmentReadme
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
El Hassan Jamaly
requested to merge
hj/createAssignmentReadme
into
master
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
2ce0b87f
1 commit,
7 months ago
1 file
+
35
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/create_assignment.md
0 → 100644
+
35
−
0
Options
# Create Assignment Guide
These instructions walk you through creating an assignment for both individual and group submissions,
and explain how to apply automatic grading to it.
## Setting Up an Assignment : Initial Step
-
Ensure you're logged in as Teacher and turn on the editing mode
-
Select
`Add an activity or resource`
and choose
`Assignment`
-
Provide general information about the course
## Configuring Autograde for assignments
-
Go to
`Submission types`
and select
*Autograde*
to enable automated grading
-
Attach the provided autograde compatible image to use for grading in
`Grader image`
-
Add the url to the image registry where the grading image is stored in
`Image registry`
-
Add the password to use when accessing the registry in
`Image Registry Password`
-
Attach the Environment variable to be passed to the grading container in
`Environment variables`
## Configuring Submission Types: Individual and Group
-
Go to
`Submission settings`
and ensure that option
`Require students to click the submit button`
is enabled
### Setting Up Individual Submissions
-
Go to
`Group submission settings`
and ensure that
`Students submit in groups`
is disabled
### Setting Up Group Submissions
-
Go to
`Group submission settings`
-
Ensure that
`Students submit in groups`
is enabled
-
Ensure that
`Require group to make submission`
is enabled
-
To create a group for submissions, go to
`Course > Participants > Groups`
-
Add the members of the group by selecting participants and create the group
Loading