revdev 0.385.0 → 0.387.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,17 +30,6 @@ export interface ItemImageModifier extends BaseItemModifier {
|
|
|
30
30
|
imagePrompt?: string;
|
|
31
31
|
}
|
|
32
32
|
export type ItemModifier = ItemRegularModifier | ItemImageModifier;
|
|
33
|
-
export interface CreateItemSetRequest {
|
|
34
|
-
exerciseId: string;
|
|
35
|
-
items: {
|
|
36
|
-
content: string;
|
|
37
|
-
answers: string[];
|
|
38
|
-
correctAnswerIndex: number;
|
|
39
|
-
tip?: string;
|
|
40
|
-
ruleId?: string;
|
|
41
|
-
topicId?: string;
|
|
42
|
-
}[];
|
|
43
|
-
}
|
|
44
33
|
export interface GenerateItemBaseRequest {
|
|
45
34
|
exerciseId: string;
|
|
46
35
|
levelCode?: string;
|