This issue is to create a route for [GET]curriculumAssessmentId & [GET]programAssessmentId/submissions routing
Additional Details and Resources
[GET]curriculumAssessmentId route requires URL parameters of curriculumAssessmentId and expects no body in the request. The response should contain the following:
Facilitator :
itemEnvelope({
"curriculum_assessment": CurriculumAssessment, (with 'questions' and 'answers' and correct answers)
"getPrincipalProgramRole": principal_id, role_id, title.
});
Correct Project Selected
[X] This issue is linked to the appropriate project
Describe the Feature / Enhancement
This issue is to create a route for [GET]curriculumAssessmentId & [GET]programAssessmentId/submissions routing
Additional Details and Resources
[GET]curriculumAssessmentId route requires URL parameters of curriculumAssessmentId and expects no body in the request. The response should contain the following:
Facilitator :
itemEnvelope({ "curriculum_assessment": CurriculumAssessment, (with 'questions' and 'answers' and correct answers) "getPrincipalProgramRole": principal_id, role_id, title. });
Correct Project Selected
Labels