Forums Feature Requests Thread

[New] mobieusLearn: No learner notes or bookmarks inside the player

Patrick Bass · Jun 6 · 9 · 1 Locked
[Normal Priority] [New Feature] [Deployed to Production]
🚀 OP Jun 6, 2026 6:45pm

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

🚀 Jun 7, 2026 12:51pm

Shipped and deployed to production. Commit 63b2de429a.

Learner notes: collapsible notes panel in the activity player; auto-saves via fetch with 1.5s debounce; data persists in learn_learner_notes per user per activity.

Closed as: deployed.


Patrick Bass
@mobieus

Log in or register to reply to this thread.