feature_courseStructure includes
- API calls to Course Organizer for pretest & final quizzes (Add or Update Requests)
- It also resolves the issue related to displaying the Pretest as Node in Assessment Instructor Dashboard
- I have updated the code of Cloning, That makes requests to Course Organizer. In this case, It now makes requests to CO at respective quiz creation location (Earlier it was making multiple requests as Locations have repeated quizzes for course & topic). Now it makes the correct request to CO.
- Other minor updates & bug fixes
In summary, All the requests to Course Organizer from Assessment now includes not only practice quizzes but also pretest and final quizzes too. And these changes are made to normal quiz creation/updation & also during cloning.
Repos
- authoringUI
- quizAuthoring
- delivery