Commit 562dee06 by Vik Paruchuri

rolling back self assessment module

parent 32a8ed7b
...@@ -452,7 +452,7 @@ class SelfAssessmentDescriptor(RawDescriptor): ...@@ -452,7 +452,7 @@ class SelfAssessmentDescriptor(RawDescriptor):
stores_state = True stores_state = True
has_score = True has_score = True
template_dir_name = 'selfassessment' template_dir_name = 'problem'
# Capa modules have some additional metadata: # Capa modules have some additional metadata:
# TODO (vshnayder): do problems have any other metadata? Do they # TODO (vshnayder): do problems have any other metadata? Do they
...@@ -465,7 +465,7 @@ class SelfAssessmentDescriptor(RawDescriptor): ...@@ -465,7 +465,7 @@ class SelfAssessmentDescriptor(RawDescriptor):
@classmethod @classmethod
def backcompat_paths(cls, path): def backcompat_paths(cls, path):
return [ return [
'problems/' + path[8:], 'problem/' + path[8:],
path[8:], path[8:],
] ]
......
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