ELP ファイル形式とは?
.elp ファイルは、eLearning XHTML エディタである eXeLearning で作成されたプロジェクトです。eXeLearning は、教師がマークアップを手書きすることなく、インタラクティブなウェブベースのレッスンを構築できるオープンソースのオーサリングツールです。このプロジェクトは 2004 年頃にニュージーランドの Tertiary Education Commission の下で始まり、後にスペインの INTEF とより広いコミュニティによって近代化されました。
.elp という拡張子ですが、ファイルの実体は ZIP アーカイブです。内部には、レッスンに配置された画像、オーディオ、ビデオとともに、少なくとも 3 つのメンバー(content.data、content.xsd、contentv3.xml)が含まれている必要があります。ZIP 形式であるため、拡張子を .zip に変更して解凍し、中身を確認することができます。
理解しておくべき重要な点は、.elp は編集可能なソースファイルであり、完成したページではないということです。学習者がダブルクリックして教材を閲覧することはできません。プロジェクトをエディタで開くか、最初にエクスポートする必要があります。
セキュリティと安全性
リスク: LOWAn .elp is a data/project file, not an executable, so opening it does not run code. Because it is a ZIP that can embed HTML, JavaScript and media, only open files from trusted sources, and extract with tools that guard against ZIP path-traversal. Legacy eXe versions are unmaintained, so prefer current eXeLearning builds for security patches.
形式の詳細
概要- eCommerce Landing Page (Synthrone Crafter) - A document format from Synthrone Crafter storing e-commerce page content such as text, images and forms; it superseded the earlier .rpc format. This is the label FileInfo uses, but it is a minor, niche use of the extension.
- HotRecorder audio - Obsolete proprietary audio format once produced by HotRecorder for recording VoIP calls; no longer supported.
- Polhemus 3D location data - Motion/position data files associated with Polhemus 3D tracking and Neuroscan Curry workflows.
ELP ファイルを開くプログラム
.zip (or open it directly) in 7-Zip to inspect content.data, contentv3.xml and the embedded media without eXeLearning. .elp project to edit its pages and iDevices. .elp files that rely on the contentv3.xml manifest. .elp from the File menu to keep editing the lesson. unzip project.elp -d project/ to extract the archive and read contentv3.xml directly. .elp via File > Open to edit it. .elp in the browser without installing the desktop app. 技術的詳細
詳細仕様| Encoding | Binary ZIP container wrapping UTF-8 XML |
| Container | ZIP (DEFLATE) |
| Compression | ZIP DEFLATE |
| Typical size | Tens of KB to several MB depending on embedded images and media |
| Structure | A ZIP archive that must contain at least three members: content.data (serialized project data), content.xsd (schema definition) and contentv3.xml (the content manifest). Embedded images, audio, video and other resources are stored alongside these files. |
| Integrity | ZIP per-entry CRC-32 |
| Platforms | Windows, macOS, Linux |
| Notes | Renaming an .elp to .zip lets you unpack and inspect the project. It is an editable authoring source file, not a final publishable format; teachers export it to SCORM, IMS or HTML for delivery. Modern eXeLearning 3+ builds use a related .elpx variant with a content.xml manifest based on the ODE 2.0 specification. |
| リリース日 | 2004 |
| 最新バージョン | contentv3.xml schema (eXeLearning 2.x); newer projects use the .elpx variant |
| 仕様書 | exelearning.net |
ELP の変換
コミュニティ Q&A
ユーザーからの質問まだ質問はありません。ELP ファイルについて最初の質問をしてみましょう。
よくある質問
ELP ファイルを開くプログラムは何ですか?
なぜ学生は ELP ファイルを直接開けないのですか?
.elp は編集可能なオーサリングソースであり、完成したウェブページではありません。学習者がエディタなしで閲覧できるように、eXeLearning からプロジェクトを SCORM、HTML、EPUB、または PDF にエクスポートしてください。eXeLearning なしで ELP ファイルを開くことはできますか?
.zip に変更するか、7-Zip、The Unarchiver、または unzip で開くと、contentv3.xml、content.data、および埋め込まれたリソースを確認できます。適切に編集するには、やはり eXeLearning が必要です。.elp と .elpx の違いは何ですか?
.elp ファイルは contentv3.xml マニフェストを使用します。新しい 3.0 以降のリリースでは、ODE 2.0 仕様に基づいた content.xml マニフェストを使用する .elpx が導入されました。ELP レッスンを Moodle に入れるにはどうすればよいですか?
ELP 形式は eCommerce Landing Page ファイルと同じですか?
.elp は、ここで説明している eXeLearning プロジェクト形式です。