SurveyPage [AI]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user