We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c53934 commit c5cfe77Copy full SHA for c5cfe77
README.md
@@ -111,15 +111,15 @@ curl --location 'http://localhost:8080/wolframEvaluationFunction' \
111
--header 'Content-Type: application/json' \
112
--header 'command: eval' \
113
--data '{
114
- "answer": 1,
115
- "response": 1.02,
116
- "params": {
117
- "tolerance": 0.01,
118
- "tolerance_is_absolute": true,
119
- "correct_response_feedback": "Correct!",
120
- "incorrect_response_feedback": "Try again."
121
- }
122
-}
+ "answer":"Sin[p x + q]",
+ "response":"Sin[a x + b]",
+ "params":{
+ "comparisonType":"structure",
+ "named_variables":"{x}",
+ "correct_response_feedback":"Your answer is correct!",
+ "incorrect_response_feedback":"Your answer is incorrect!"
+ }
+}'
123
```
124
125
0 commit comments