Closed haotianzhu closed 5 years ago
[x] Fix #48 (write the relative issue number)
[x] Branch is up to date with master
[x] Now it's a good time for reviewing
[x] Branch should have prefix either "feature/" or "fix/"
variable
fix-single
fix-list
fix-single is a fixed single variable fix-list is a list of fixed single variables
the single variable contains: name, type, name of a variable is the pattern of variable which is unique.
name
type
the type of the variable contains name of type and some parameters
For example
"variables": [ { "name": "v1", "type": { "name": "fix-single", "value": "fixed string" } }, { "name": "v2", "type": { "name": "fix-single", "value": "fixed string2" } }, { "name": "v3", "type": { "values": [ "1", "2", "3", 4 ], "name": "fix-list" } } ],
each type of variable has a generating function to generate a variable for question- attempt
Put 'closes #.' in your comment to auto-close the issue that your PR fixes (if such).
Check List
[x] Fix #48 (write the relative issue number)
[x] Branch is up to date with master
[x] Now it's a good time for reviewing
[x] Branch should have prefix either "feature/" or "fix/"
Comment
variable
:fix-single
andfix-list
fix-single
is a fixed single variablefix-list
is a list of fixed single variablesthe single variable contains:
name
,type
,name
of a variable is the pattern of variable which is unique.the
type
of the variable containsname
of type and some parametersFor example
each type of variable has a generating function to generate a variable for question- attempt
50
Put 'closes #.' in your comment to auto-close the issue that your PR fixes (if such).