Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless Function to Generate Certificates #61

Closed
steffen74 opened this issue Aug 8, 2021 · 0 comments
Closed

Serverless Function to Generate Certificates #61

steffen74 opened this issue Aug 8, 2021 · 0 comments
Assignees

Comments

@steffen74
Copy link
Contributor

The function gets a course ID as input When the function is called certificates are generated for all participants of the course that meet the requirements (see Details below).
After the generation of the certificates, it is checked whether all participants have fully rated attendances and performance records. If so, [Course:Status] is set to "PARTICIPANTSRATED".

Details

  • An attendance certificate is generated for a participant if the following criteria are met:
    • for all sessions the participant has an [Attendance:Status] unequal to "NO_INFO"
    • the number of sessions with [Attendance:Status=="MISSED"] is not larger than [Course:MaxMissedSessions]
  • A performance certificate is generated for a participant if the following criteria are met:
    • for all sessions the participant has an [Attendance:Status] unequal to "NO_INFO"
    • the number of sessions with [Attendance:Status=="MISSED"] is not larger than [Course:MaxMissedSessions]
    • the performance record [Enrollment:PerformanceRating] was rated as "PASSED"

Optional and Future Implementations

  • NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants