Commit b0e55df1 by Vik Paruchuri

Alter max attempts

parent 8f7c1459
...@@ -23,7 +23,7 @@ log = logging.getLogger("mitx.courseware") ...@@ -23,7 +23,7 @@ log = logging.getLogger("mitx.courseware")
# Set the default number of max attempts. Should be 1 for production # Set the default number of max attempts. Should be 1 for production
# Set higher for debugging/testing # Set higher for debugging/testing
# attempts specified in xml definition overrides this. # attempts specified in xml definition overrides this.
MAX_ATTEMPTS = 10000 MAX_ATTEMPTS = 1
# Set maximum available number of points. # Set maximum available number of points.
# Overriden by max_score specified in xml. # Overriden by max_score specified in xml.
......
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