Commit 46101587 by Vik Paruchuri

Add in some comments

parent afd42fc1
...@@ -38,7 +38,12 @@ MAX_SCORE = 1 ...@@ -38,7 +38,12 @@ MAX_SCORE = 1
#The highest score allowed for the overall xmodule and for each rubric point #The highest score allowed for the overall xmodule and for each rubric point
MAX_SCORE_ALLOWED = 3 MAX_SCORE_ALLOWED = 3
#If true, default behavior is to score module as a practice problem. Otherwise, no grade at all is shown in progress
#Metadata overrides this.
IS_SCORED = False IS_SCORED = False
#If true, then default behavior is to require a file upload or pasted link from a student for this problem.
#Metadata overrides this.
ACCEPT_FILE_UPLOAD = False ACCEPT_FILE_UPLOAD = False
#Contains all reasonable bool and case combinations of True #Contains all reasonable bool and case combinations of True
......
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