add result page
This commit is contained in:
@@ -17,8 +17,7 @@ export enum QuestionType{
|
||||
}
|
||||
|
||||
export interface Question extends UniqueItem{
|
||||
questionType: QuestionType,
|
||||
answer?: number;
|
||||
questionType: QuestionType
|
||||
}
|
||||
|
||||
|
||||
@@ -39,5 +38,5 @@ export interface ScoreVariable {
|
||||
name: string;
|
||||
title: string;
|
||||
description: string;
|
||||
survey: string;
|
||||
survey: number;
|
||||
}
|
||||
Reference in New Issue
Block a user