From dfb9b49c4dad9c3fa8be5e79e0ebc4057ea1ee85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Thu, 11 Oct 2012 18:37:10 +0300 Subject: [PATCH] added new inputtypes to list, due to that check button appears --- common/lib/capa/capa/capa_problem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/lib/capa/capa/capa_problem.py b/common/lib/capa/capa/capa_problem.py index 9a5a15a696..d9f0156e6f 100644 --- a/common/lib/capa/capa/capa_problem.py +++ b/common/lib/capa/capa/capa_problem.py @@ -53,7 +53,8 @@ entry_types = ['textline', 'radiogroup', 'checkboxgroup', 'filesubmission', - 'javascriptinput',] + 'javascriptinput', + 'crystallography',] # extra things displayed after "show answers" is pressed solution_types = ['solution']