The project is an implementation of the SCORM set of standards for e-learning for the Liferay portal. Supported Liferay version is currently 6.1.1+ The targeted version of SCORM is 2004 4th edition with support of SCORM 1.2. All server-side code is written using the Scala programming language for the JVM.
The current implementation is able to display SCORM content with respect towards the different content organizations and the activity structure in each organization. Application includes a question editor for creating quizes with different types of questions (single-/multi-choice, matching, short answer, etc.)
Administrative features let you manage SCORM packages, uploading the them in standard zipped format. The user interface is available as a JSR-compliant portlets, which may be deployed into Liferay portal. The portlet version has been tested on Liferay 6.1.1, and depend on its specific features.
The solution uses Liferay database, so no need to install additional database.
If deployed against a portlet container, the end-user features are available via the portlet's standard View mode, while administrative features are available via the Edit mode. Also there is another portlet for question editor, quiz editor and gradebook.
The solution will be further developed to support the full set of requirements from the SCORM set of standards.
Github has deprecated the Download section. You can download the latest distributable from here: http://opensource.arcusys.com/learn/learn-web/1.4/
###Post-deployment process Since version 1.2.1 it's required to manually add 2 roles in Liferay: Student and Teacher. Admin should manually set membership relations for user/roles
###Known issues
Liferay 6.1 EE bundled with Tomcat 7 can throw errors while accessing uploaded content. To avoid this problems just turn off GZip conmpression:
com.liferay.portal.servlet.filters.gzip.GZipFilter=false
- Persistence reimplemented using Liferay Service Builder, so there is no database settings in Admin portlet.
- Demo Hook updated and now it add additional demo content into separate site
- Refactoring, Bugs fixing
- MySQL support
- Demo hook
- IsDefault property
- Updater portlet
- Bugs fixes
- Implemented Scope to all portlets
- Added possibility to add manual comment and grade for essay and for whole course
- Player continue playing course at the same location when user reload page
- Static user roles for permissions: Student and Teacher
- Out of the box H2 database
- Support of external resources (now you can add page by full URL, like http://www.example.com)
- Support of Liferay's articles with article pickup dialog
- Question preview from Quiz management
- Packages now can be found and accessed from AssetPublisher and Search portlets from Liferay
- L18N support based on Liferay's locale
- Small fixes for UI
- Fix for Liferay bundle with JBoss
- Support for SCORM 1.2
- Small fixes for UI
- 'Redactor' replaced with TinyMCE
- bugfixing
- SCORM 2004 4th Ed. support improved in part of Sequencing and RTE
- Added quiz generation support
- Added gradebook portlet
- UI refactored
- Source code refactoring and unit testing
- Added functionality to upload and add image and file attachements in Questionbank.
- Added drag-n-dropfor question and category in TreeView
- A lot of small improvements regarding to UI
This is Maven2 project, so you can use IDE that you like.
