lite-questionnaire 1.1.2 → 1.1.4
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.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# lite-questionnaire
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="image/logo.png" alt="lite-questionnaire logo" width="
|
|
4
|
+
<img src="image/logo.png" alt="lite-questionnaire logo" width="600">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
通用交互式问卷工具,支持单选、多选、文本输入、确认、评分五种问题类型,提供条件子问题、约束校验、会话持久化等高级特性。
|
|
@@ -39,23 +39,23 @@
|
|
|
39
39
|
|
|
40
40
|
### 单选
|
|
41
41
|
|
|
42
|
-
<img src="
|
|
42
|
+
<img src="image/select-demo.gif" width="600" alt="单选展示" />
|
|
43
43
|
|
|
44
44
|
### 多选
|
|
45
45
|
|
|
46
|
-
<img src="
|
|
46
|
+
<img src="image/multiselect-demo.gif" width="600" alt="多选定义" />
|
|
47
47
|
|
|
48
48
|
### 文本输入
|
|
49
49
|
|
|
50
|
-
<img src="
|
|
50
|
+
<img src="image/text-demo.gif" width="600" alt="文本输入展示" />
|
|
51
51
|
|
|
52
52
|
### 确认
|
|
53
53
|
|
|
54
|
-
<img src="
|
|
54
|
+
<img src="image/confirm-demo.gif" width="600" alt="双选展示" />
|
|
55
55
|
|
|
56
56
|
### 评分
|
|
57
57
|
|
|
58
|
-
<img src="
|
|
58
|
+
<img src="image/rating-demo.gif" width="600" alt="评分量表" />
|
|
59
59
|
|
|
60
60
|
## 参数与字段说明
|
|
61
61
|
|