From 97d3f4ed83db1c8bcadbe50d711a88651371a80a Mon Sep 17 00:00:00 2001 From: wangzemei Date: Mon, 20 May 2024 08:59:50 +0800 Subject: [PATCH] * zin: add the value prop of thinkquestion wg. --- lib/zin/wg/thinkquestion/v1.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/zin/wg/thinkquestion/v1.php b/lib/zin/wg/thinkquestion/v1.php index ce465439d9..be76545dab 100644 --- a/lib/zin/wg/thinkquestion/v1.php +++ b/lib/zin/wg/thinkquestion/v1.php @@ -21,8 +21,9 @@ requireWg('thinkStepBase'); class thinkQuestion extends thinkStepBase { protected static array $defineProps = array( - 'required?: int=1', // 是否必填 - 'questionType: string' // 问题类型 + 'required?: int=1', // 是否必填 + 'questionType?: string', // 问题类型 + 'value?: string', // 问题的答案 ); protected static array $defaultProps = array