Type alias LearningElementRecommendationHookReturn

LearningElementRecommendationHookReturn: {
    recommendedLearningElement?: LearningElement;
}

Return type for the useLearningElementRecommendation hook.

Type declaration

  • Optional recommendedLearningElement?: LearningElement

    The currently recommended learning element for a student in a topic and course.

Generated using TypeDoc