Commit 8e5373f9 by Calen Pennington

Make Randomization return un-adjusted values as a passthrough

parent 6e7afb96
...@@ -39,6 +39,7 @@ class Randomization(String): ...@@ -39,6 +39,7 @@ class Randomization(String):
return "always" return "always"
elif value == "false": elif value == "false":
return "per_student" return "per_student"
return value
to_json = from_json to_json = from_json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment