add result page

This commit is contained in:
MikanD
2025-06-01 00:52:20 +03:00
parent 48ec88df74
commit 4a5b0a9532
8 changed files with 1146 additions and 24 deletions

View File

@@ -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;
}