SurveyPage [AI]

This commit is contained in:
MikanD
2025-05-31 22:12:25 +03:00
parent 7555757ca3
commit 48ec88df74
3 changed files with 149 additions and 82 deletions

View File

@@ -32,3 +32,12 @@ export interface AgreementQuestion extends Question{
question: string;
score_variable: number;
}
export interface ScoreVariable {
id: string;
name: string;
title: string;
description: string;
survey: string;
}