Skip to content

Commit f52ed0d

Browse files
authored
structure match proof of concept
1 parent b24b11c commit f52ed0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

structure_match_example1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"comparisonType":"structure",
3+
"answerTemplate":"Sin[p x + q]",
4+
"response":"Sin[a x + b]",
5+
"params":{
6+
"named_variables":"{x}",
7+
"correct_response_feedback":"Your answer is correct!",
8+
"incorrect_response_feedback":"Your answer is incorrect!"
9+
}
10+
}

0 commit comments

Comments
 (0)