E-Proof/Future Development and Feature Discussion
Appearance
< E-Proof
Future Development
[edit | edit source]Storage of e-Proof in Wikiversity
[edit | edit source]Storage of e-Proofs in Wikiversity allows
- a joint development in a Team,
- download from Wikiversity with an e-Proof Electron Application
Technical Information
[edit | edit source]- the e-Proof application will be realized in Electron or with FileSaver.js (see Demo of WebApp that uses FileSaver.js[1][2] by Eli Grey)
- Interaction with the Wikiversity will be realized with the NodeJS package nodemw
- Store the teacher's definition of an e-Proof learning environment as a JSON file.
- Store the learner's interaction and problem solving as JSON file.
- Use the OpenSource [[3]] and JSON to Schema conversion.
Learning Task
[edit | edit source]- Explore the concept of distractors and derive the technical implementation in JSON and a JSON Schema.
Export Formats
[edit | edit source]- IMathAS format
- XML-Files
- MediaWiki Format
- JSON
References
[edit | edit source]- ↑ Eli Grey, WebApp Demo for FIleSaver.js (2017) - https://eligrey.com/demos/FileSaver.js/
- ↑ Eli Grey - Sources for FileSaver.js (2017) - https://github.com/eligrey/FileSaver.js
- ↑ JSON-Editor in Javascript, Jeremy Dorn, (accessed 2017/09/17) - https://github.com/jdorn/json-editor by Jeremy Dorn