From efdcf7096c2bb3f64dc76fc403b57dc7605b3a08 Mon Sep 17 00:00:00 2001 From: ichuang Date: Sat, 2 Jun 2012 18:59:54 -0400 Subject: [PATCH] symbolicresponse.xml test file --- .../test_files/symbolicresponse.xml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 djangoapps/courseware/test_files/symbolicresponse.xml diff --git a/djangoapps/courseware/test_files/symbolicresponse.xml b/djangoapps/courseware/test_files/symbolicresponse.xml new file mode 100644 index 0000000000..4dc2bc9d7b --- /dev/null +++ b/djangoapps/courseware/test_files/symbolicresponse.xml @@ -0,0 +1,29 @@ + + +

Example: Symbolic Math Response Problem

+ +

+A symbolic math response problem presents one or more symbolic math +input fields for input. Correctness of input is evaluated based on +the symbolic properties of the expression entered. The student enters +text, but sees a proper symbolic rendition of the entered formula, in +real time, next to the input box. +

+ +

This is a correct answer which may be entered below:

+

cos(theta)*[[1,0],[0,1]] + i*sin(theta)*[[0,1],[1,0]]

+ + + Compute [mathjax] U = \exp\left( i \theta \left[ \begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix} \right] \right) [/mathjax] + and give the resulting \(2 \times 2\) matrix.
+ Your input should be typed in as a list of lists, eg [[1,2],[3,4]].
+ [mathjax]U=[/mathjax] + + +
+
+ +
+