Function useCreateLearningElementSolutionTable
- useCreateLearningElementSolutionTable(__namedParameters): {
handleSolutionChange: ((topicId, elementId, solutionLmsId) => void);
resetUnavailableSolutions: ((elementsWithSolutions, topicId) => RemoteLearningElementWithSolution[]);
}
-
Returns {
handleSolutionChange: ((topicId, elementId, solutionLmsId) => void);
resetUnavailableSolutions: ((elementsWithSolutions, topicId) => RemoteLearningElementWithSolution[]);
}
-
handleSolutionChange: ((topicId, elementId, solutionLmsId) => void)
-
- (topicId, elementId, solutionLmsId): void
-
Parameters
-
topicId: number
-
elementId: number
-
solutionLmsId: number
Returns void
-
resetUnavailableSolutions: ((elementsWithSolutions, topicId) => RemoteLearningElementWithSolution[])