PPT2FlashSCORM準拠のeラーニング教材を作ろう!
ホーム > マニュアル > パブリッシュ > LMS(SCORM)パブリッシュ
eラーニングシステム(LMS:学習管理システム)用に書き出す方法について説明します。書き出し形式は、「SCORM1.2」「SCORM2004」「AICC」の3種類があります。この3種類のパブリッシュの違いについても、説明します。


AICC: ACII(The Aviation Industry CBT (Computer-Based Training) Committee)は技術訓練専門家による国際的な協会です。
AICCは航空業界向けにCBTとそれに関連したトレーニング技術のガイドラインを策定しています。



The values for the encoding declarations are the charset name defined by the IANA (Internet Assigned Numbers Authority).
You can choose the proper encoding type of the generated document according to your specifications and requirements.
UTF-8: UTF stands for Unicode or UCS Transformation Format. In fact, it defines a set of different transformations of UCS as different representations for data transfer and also in consideration to compatibility issue of other encoding.
UTF-8 uses variable byte to store a Unicode. In different code range, it has its own code length, varies from 1 byte to 6 bytes. Because it varies from 8 bits (1 byte), it is so called “UTF-8″. UTF-8 is suitable for using on Internet, networks or some kind of applications that needs to use slow connection.
UTF-16: UTF-16 is the Unicode Transformation Format that serializes a Unicode scalar value (code point) as a sequence of two bytes, in either big-endian or little-endian format. Because it is grouped by 16-bits (2 bytes), it is also called “UTF-16″, which is the most commonly used standard.
Shift-JIS: It’s one of the most common encoding types used for encoding Japanese Characters. (Double-byte Character Set)