Area: mobieusLearn (audit p8) · Surface: Player; content blocks · Dimension: competitor-gap · Severity: minor
Thinkific, LearnWorlds and Udemy let learners take timestamped notes and bookmark lessons to resume study. mobieusLearn's player has no note-taking or bookmarking — learners can't capture takeaways or flag a spot to revisit (the only 'continue where you left off' is course-level, per my-dashboard.php). Why it matters: notes/bookmarks are a low-cost engagement and study-quality feature learners expect; their absence makes the player feel thinner than competitors for long-form courses.
Evidence
grep for `note|bookmark|highlight` in templates/learn/play/activity.php returns only line 342 ('your progress, score, and bookmark are saved') which refers to SCORM's internal cmi.location, not a learner note feature. No learn_note/learn_bookmark table exists in any learn migration. No notes UI in the player template.
Suggested fix. Add a per-activity learner notes panel (learn_notes table keyed by learner+activity, markdown body) and a one-click bookmark surfaced on the my-dashboard 'Continue' list.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus