Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IUserAttemptStats

    up to date user attempt statistics for the current media (group_id + media_src) Attempt stats include result statistics for all the interactions of the media

    interface IUserAttemptStats {
        correct_replies_count?: number;
        replies_attempts_count?: number;
        replies_count?: number;
        score?: number;
        score_points?: number;
        submitted: boolean;
    }
    Index

    Properties

    correct_replies_count?: number

    number of interactions the user replied correctly to in the activity

    replies_attempts_count?: number

    number of reply attemps (including retries)

    replies_count?: number

    number of interactions the user replied to in the activity

    score?: number

    0-100 achievement score in percent. null if user's attemp does not have a score yet

    score_points?: number

    number of scored points for correct answers

    submitted: boolean

    flag if the attempt is submitted