wjx-cli 0.1.8 → 0.1.9

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.
@@ -25,12 +25,12 @@ const TOPICS = {
25
25
  [多选题] → q_type=4
26
26
  [填空题] → q_type=5
27
27
  [多项填空题] → q_type=6
28
- [下拉题] → q_subtype=301
28
+ [下拉框] → q_subtype=301(别名:[下拉单选])
29
29
  [量表题] → q_subtype=302
30
- [评分单选题] → q_subtype=303
30
+ [评分单选] → q_subtype=303
31
31
  [情景题] → q_subtype=304
32
32
  [判断题] → q_subtype=305
33
- [评分多选题] → q_subtype=401
33
+ [评分多选] → q_subtype=401
34
34
  [排序题] → q_subtype=402
35
35
  [商品题] → q_subtype=403
36
36
  [多级下拉题] → q_subtype=501
@@ -38,14 +38,10 @@ const TOPICS = {
38
38
  [矩阵单选题] → q_subtype=702
39
39
  [矩阵多选题] → q_subtype=703
40
40
  [矩阵填空题] → q_subtype=704
41
- [矩阵滑块题] q_subtype=705
42
- [矩阵评分题] → q_subtype=706
43
- [矩阵数字题] → q_subtype=707
44
- [矩阵表格题] → q_subtype=712
45
- [文件上传题] → q_type=8
41
+ [文件上传] q_type=8
46
42
  [绘图题] → q_subtype=801
47
43
  [比重题] → q_type=9
48
- [滑动条题] → q_type=10
44
+ [滑动条] → q_type=10
49
45
  [段落说明] → q_type=2
50
46
 
51
47
  ## 填空题占位符
@@ -60,9 +56,13 @@ const TOPICS = {
60
56
 
61
57
  ## 矩阵题格式
62
58
 
63
- 选项为列标签,使用 [行] 标记行:
64
- [行1标签]
65
- [行2标签]
59
+ 题目后使用 "行:" 标记行标题(也支持 "Rows:"):
60
+ 1. 请评价各方面[矩阵量表题]
61
+ 行:
62
+ - 沟通能力
63
+ - 团队协作
64
+
65
+ 1~5
66
66
 
67
67
  ## 示例
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wjx-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "问卷星 (Wenjuanxing) CLI — AI Agent 原生命令行工具",
5
5
  "main": "dist/index.js",
6
6
  "bin": {