O que é o formato de ficheiro ELP?
Um arquivo .elp é um projeto criado com o eXeLearning, o editor XHTML de eLearning. O eXeLearning é uma ferramenta de autoria de código aberto que permite aos professores construir lições interativas baseadas na web sem escrever marcação manualmente. O projeto começou sob a Comissão de Educação Terciária da Nova Zelândia por volta de 2004 e foi posteriormente modernizado pelo INTEF da Espanha e por uma comunidade mais ampla.
Apesar da extensão .elp, o arquivo é um arquivo ZIP. Dentro dele, deve haver pelo menos três membros: content.data, content.xsd e contentv3.xml, junto com quaisquer imagens, áudio ou vídeo colocados na lição. Como é um ZIP, você pode renomeá-lo para .zip e descompactá-lo para inspecionar as partes.
O ponto principal a entender é que um .elp é um arquivo de origem editável, não uma página finalizada. Um aluno não pode clicar duas vezes nele para visualizar o material; o projeto precisa ser aberto no editor ou exportado primeiro.
Segurança e proteção
RISCO: 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.
Detalhes do formato
em resumo- 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.
Programas que abrem arquivos 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 as an archive to extract and inspect its XML and resource files. .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. Detalhes técnicos
especificação profunda| 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. |
| Lançado | 2004 |
| Versão mais recente | contentv3.xml schema (eXeLearning 2.x); newer projects use the .elpx variant |
| Especificação | exelearning.net |
Conversões de ELP
Perguntas e Respostas da Comunidade
perguntado por usuáriosAinda não há perguntas - seja o primeiro a perguntar sobre arquivos ELP.