-
Notifications
You must be signed in to change notification settings - Fork 5
Manually adding completions
In MOOC platform, a teacher manually marks the course as completed and gives a grade to a student. After this the student can register their completion to the study register. Manual completions are useful for courses that graded on the scale of 0-5.
- Go to the manage course interface.
- Select the course instances tab.
- Select view completions on the course instance you want to add the completion to.
- Select Manually add completions
- Fill the form
- Press preview
- Review the completions the system is going to add
- Press submit
Also, make sure that the course page has the congratulations block.
Adds a passing completion to the given user, using the completion date from the completion date field:
user_id
00000000-0000-0000-0000-000000000000
00000000-0000-0000-0000-000000000001
00000000-0000-0000-0000-000000000002
Adds a completion with a grade to the given user, using the completion date from the completion date field:
user_id,grade
00000000-0000-0000-0000-000000000000,3
00000000-0000-0000-0000-000000000001,1
00000000-0000-0000-0000-000000000002,5
00000000-0000-0000-0000-000000000003,4
Adds a completion with a grade to the given user, using a customized completion date for each user
user_id,grade,completion_date
00000000-0000-0000-0000-000000000000,3,2022-10-12
00000000-0000-0000-0000-000000000001,5,2023-02-10T15:21:03.000Z
Student that has received a completion will see a congratulations message (on green background) on the course front page. The congratulations message includes the course grade and button to register their completion. This button takes the student to the Open University enrollment system. After the student has completed the course enrollment, credits will be registered to Sisu.