Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions lms/templates/poll.html

This file was deleted.

8 changes: 0 additions & 8 deletions openedx/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2077,14 +2077,6 @@ def add_optional_apps(optional_apps, installed_apps):
# .. toggle_target_removal_date: 2026-04-10
USE_EXTRACTED_ANNOTATABLE_BLOCK = True

# .. toggle_name: USE_EXTRACTED_POLL_QUESTION_BLOCK
# .. toggle_default: True
# .. toggle_implementation: DjangoSetting
# .. toggle_description: Enables the use of the extracted poll question XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo.
# .. toggle_use_cases: temporary
# .. toggle_creation_date: 2024-11-10
# .. toggle_target_removal_date: 2026-04-10
USE_EXTRACTED_POLL_QUESTION_BLOCK = True

# .. toggle_name: USE_EXTRACTED_LTI_BLOCK
# .. toggle_default: True
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ image = "xmodule.template_block:TranslateCustomTagBlock"
library = "xmodule.library_root_xblock:LibraryRoot"
library_content = "xmodule.library_content_block:LegacyLibraryContentBlock"
lti = "xmodule.lti_block:LTIBlock"
poll_question = "xmodule.poll_block:PollBlock"
poll_question = "xblocks_contrib:PollBlock"
problem = "xmodule.capa_block:ProblemBlock"
randomize = "xmodule.randomize_block:RandomizeBlock"
sequential = "xmodule.seq_block:SequenceBlock"
Expand Down
7 changes: 0 additions & 7 deletions webpack.builtinblocks.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ module.exports = {
'./xmodule/js/src/xmodule.js',
'./xmodule/js/src/raw/edit/metadata-only.js'
],
PollBlockDisplay: [
'./xmodule/js/src/xmodule.js',
'./xmodule/js/src/javascript_loader.js',
'./xmodule/js/src/poll/poll.js',
'./xmodule/js/src/poll/poll_main.js'
],
PollBlockEditor: './xmodule/js/src/xmodule.js',
ProblemBlockDisplay: [
'./xmodule/js/src/xmodule.js',
'./xmodule/js/src/javascript_loader.js',
Expand Down
19 changes: 1 addition & 18 deletions webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,24 +421,7 @@ module.exports = Merge.merge({
}
]
},
{
test: /xmodule\/js\/src\/poll\/poll.js/,
use: [
{
loader: 'imports-loader',
options: 'this=>window'
}
]
},
{
test: /xmodule\/js\/src\/poll\/poll_main.js/,
use: [
{
loader: 'imports-loader',
options: 'this=>window'
}
]
},

{
test: /xmodule\/js\/src\/problem\/edit.js/,
use: [
Expand Down
1 change: 0 additions & 1 deletion xmodule/js/src/poll/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions xmodule/js/src/poll/poll.js

This file was deleted.

Loading
Loading