diff options
author | ankitjavalkar | 2015-02-04 20:03:13 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-04-26 19:28:18 +0530 |
commit | 28e2d32f9839b0e3cb3e99ce0113832627610bd7 (patch) | |
tree | 60f3943c8b6ae5696920e9fc79bf897efcf1a360 /testapp/exam/templates | |
parent | cd9f2542d09db0e4a352dd410f626f27e23c37e4 (diff) | |
download | online_test-28e2d32f9839b0e3cb3e99ce0113832627610bd7.tar.gz online_test-28e2d32f9839b0e3cb3e99ce0113832627610bd7.tar.bz2 online_test-28e2d32f9839b0e3cb3e99ce0113832627610bd7.zip |
Add test case model for testing redesign
Conflicts:
testapp/exam/models.py
testapp/exam/views.py
Diffstat (limited to 'testapp/exam/templates')
-rw-r--r-- | testapp/exam/templates/exam/add_question.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testapp/exam/templates/exam/add_question.html b/testapp/exam/templates/exam/add_question.html index b0b22b1..b6ce908 100644 --- a/testapp/exam/templates/exam/add_question.html +++ b/testapp/exam/templates/exam/add_question.html @@ -28,6 +28,9 @@ <tr><td><strong>Rendered: </strong><td><p id='my'></p> <tr><td>Description: <td>{{ form.description}} {{form.description.errors}} <tr><td>Test: <td>{{ form.test }}{{form.test.errors}} + <tr><td>Test Keyword Arguments: <td>{{ form.test_keyword_args }}{{form.test.errors}} <!-- --> + <tr><td>Test Positional Arguments: <td>{{ form.test_pos_args }}{{form.test.errors}} <!-- --> + <tr><td>Test Expected Answer: <td>{{ form.test_expected_answer }}{{form.test.errors}} <!-- --> <tr><td>Snippet: <td>{{ form.snippet }}{{ form.snippet.errors }}</td></tD></td></tr> <tr><td>Tags: <td>{{ form.tags }} <tr><td id='label_option'>Options: <td>{{ form.options }} {{form.options.errors}} |