Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26a75f90 authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Add ePoc prerequisites

parent a310c349
No related branches found
No related tags found
No related merge requests found
{ {
"name": "@epoc/epoc-types", "name": "@epoc/epoc-types",
"version": "2.0.0-beta.12", "version": "2.0.0-beta.13",
"description": "ePoc (Electronic Pocket Open Course) types specifications", "description": "ePoc (Electronic Pocket Open Course) types specifications",
"main": "dist/index.ts", "main": "dist/index.ts",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
......
...@@ -16,6 +16,7 @@ export interface EpocMetadata { ...@@ -16,6 +16,7 @@ export interface EpocMetadata {
thumbnail : string; thumbnail : string;
summary: html; summary: html;
objectives: string[]; objectives: string[];
prerequisites: string[];
chaptersCount: number; chaptersCount: number;
assessmentsCount: number; assessmentsCount: number;
download: string; download: string;
......
...@@ -67,6 +67,11 @@ export interface EpocMetadata { ...@@ -67,6 +67,11 @@ export interface EpocMetadata {
*/ */
objectives: string[]; objectives: string[];
/**
* Defines the list of prerequisites to know before starting the ePoc
*/
prerequisites: string[];
/** /**
* Specifies the total of chapters of the ePoc * Specifies the total of chapters of the ePoc
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment