File

src/app/models/ose-activities.ts

Properties

alreadyCompleted
alreadyCompleted: boolean
Default value: false
competences
competences: string[]
completed
completed: boolean
Default value: false
displayInModal
displayInModal: boolean
hasSubpart
hasSubpart: boolean
Default value: false
hasvideo
hasvideo: any
icon
icon: string
id
id: number
isCompetition
isCompetition: boolean
isEtape
isEtape: boolean
isevaluation
isevaluation: string
isworkshop
isworkshop: string
name
name: string
requiredExercisesToComplete
requiredExercisesToComplete: boolean
selected
selected: boolean
Default value: false
subpart
subpart: { hasVideo: boolean; hasGame: boolean; hasQuiz: boolean; }
subPartProgression
subPartProgression: boolean
Default value: false
text
text: string
theme
theme: string
title
title: string
titre_sommaire
titre_sommaire: string
type
type: string
typeNameFr
typeNameFr: string
export class OseActivity {
	id: number;
	title: string;
	type: string;
	icon?:string
	completed? = false; // current session
	alreadyCompleted? = false; // completed at least one time
	selected? = false;
	hasvideo?;
	name?:string;
	typeNameFr?:string;
	isworkshop?:string;
	isevaluation?:string;
	isEtape?:boolean;
	titre_sommaire?:string;
	displayInModal?:boolean;
	subpart?:{hasVideo:boolean, hasGame:boolean, hasQuiz:boolean};
	hasSubpart? = false;
	requiredExercisesToComplete?:boolean;
	subPartProgression? = false;
	text?: string;
	competences?: Array<string>;
	theme?: string;
	isCompetition?:boolean;
}

results matching ""

    No results matching ""