Merge pull request #17934 from edx/noraiz/EDUCATOR-2682

fetch poll component to check for completion
This commit is contained in:
Noraiz Anwar
2018-04-12 15:27:12 +05:00
committed by GitHub

View File

@@ -128,7 +128,8 @@ def get_course_outline_block_tree(request, course_id):
'problem',
'video',
'discussion',
'drag-and-drop-v2'
'drag-and-drop-v2',
'poll'
]
all_blocks = get_blocks(
request,