Self-Paced Learning - Learner Feedback configuration Update using REST API
Summary:
How can we update the "Learner Feedback" settings at Self-Paced Learning item level using REST API?
Content (please ensure you mask any confidential information):
As we are aware that any update in the self-paced learning item type will be done through REST API, we were trying to update the setup to collect the learner feedback under "Rules > Completion" tab of Self-paced Learning as below screenshot and it gives me response "feedbackSection is already exit cannot create another feedback for the same item."
The issue is that we are calling the learnerFeedback child collection endpoint and Oracle is attempting to create a new learner feedback record, but for the learning item already there is a pre-configured feedback section configured with "feedbackType" as "ORA_NONE" by default and Oracle allows only one learner feedback configuration per learning item.