WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...
    lessonCompletionFixtures: {
        perfectScore: {};
        goodScore: {};
        averageScore: {};
        lowScore: {};
        noScore: {};
        noTimeTracking: {};
        quickCompletion: {};
        slowCompletion: {};
    } = ...

    Lesson Completion fixtures for different scenarios

    Type declaration

    • perfectScore: {}

      Perfect score completion

    • goodScore: {}

      Good score completion

    • averageScore: {}

      Average score completion

    • lowScore: {}

      Low score completion

    • noScore: {}

      Completion without score (informative lesson)

    • noTimeTracking: {}

      Completion without time tracking

    • quickCompletion: {}

      Quick completion (very fast)

    • slowCompletion: {}

      Slow completion (took a long time)