Professional Project Knowledgemine
This is the KnowledgeMine player, and the core of what it’s all about. This is how the content is presented to the user. This entire player is 100% Ajax.
To the left, you can see that there’s a menu for all of the sections within this particular course. Clicking a section will use Ajax to load that section into the content area.
Clicking Next/Prev will (as you might expect) navigate through the course, again using Ajax (for the technical-minded, this is loading corresponding partials based on the path stored and constructed from the database).
Clicking Next on the final screen will present a message with a link to take an assessment (if one exists for that section). Clicking the link will take the user over to the assessment tool (which is again Ajaxified) and once they’re finished, provide a link to bring them directly back to this course with a message saying that their score was recorded for that particular section.
Working...