Skip to content
Snippets Groups Projects
user avatar
rhenck authored
Separating code changes is rather hard right now, so there is a lot of stuff that is part of this commit that should not. Details below.

- All elements have static fields that holds their title and icon. This way dynamic lists can be built (for example for delete dialog) which show title and icon for all elements. ALso icons and names can be changed in one place.
- Template-Tab has been added. This should have templates to help creating groups of ui elements. This is work in progress and there are actually no templates yet. So this will change or even be removed in the future. This is mostly UI, the code is "TODO".
- Refactoring and improvement for delete and reference dialogs
- Delete logic refactored for elements, sections and pages. There are no longer different dialogs when references are found, but instead one dialog that can do both.
dae0f897
History
user avatar dae0f897

Verona Modules Aspect

Repository for the Aspect Editor and Player. The applications have a shared code base, but can be run and built separately.

Meant to be used in IQB-Studio and IQB-Testcenter.

Both conform to the Verona API definition:

Editor-API

Player-API

Supported Browsers

last 1 Chrome version

last 1 Firefox version

last 2 Edge major versions

last 2 Safari major versions

last 2 iOS major versions

Firefox ESR

not IE 11

Build & Run

To build the packages or run the local development environment, first install the NPM packages. You need to have a recent version of node and npm (tested and working with versions: 6,7,8) installed.

npm install

Run development server

Run the package on a local development server (this builds the app automatically).

npm run start-editor-local

or

npm run start-player-local

Build

This produces an HTML file in the dist folder, named iqb-{module}-aspect-{version}.html.

npm run build-editor

or

npm run build-player