<div class="xblock xblock-studio_view xmodule_edit xmodule_WrapperDescriptor" data-runtime-class="StudioRuntime" data-init="XBlockToXModuleShim" data-runtime-version="1" data-usage-id="i4x:;_;_AndyA;_ABT101;_wrapper;_wrapper_l1_poll" data-type="VerticalDescriptor" tabindex="0"> <section class="sequence-edit"> <script id="metadata-editor-tpl" type="text/template"> <ul class="list-input settings-list"> <% _.each(_.range(numEntries), function() { %> <li class="field comp-setting-entry metadata_entry"> </li> <% }) %> </ul> </script> <script id="metadata-string-entry" type="text/template"> <div class="wrapper-comp-setting"> \t<label class="label setting-label" for="<%= uniqueId %>"><%= model.get('display_name') %></label> \t<input class="input setting-input" type="text" id="<%= uniqueId %>" value='<%= model.get("value") %>'/> \t<button class="action setting-clear inactive" type="button" name="setting-clear" value="Clear" data-tooltip="Clear"> <i class="icon fa fa-undo"></i><span class="sr">"Clear Value"</span> </button> </div> <span class="tip setting-help"><%= model.get('help') %></span> </script> <div class="wrapper-comp-settings metadata_edit" id="settings-tab" data-metadata='{"display_name": {"default_value": null, "explicitly_set": true, "display_name": "Display Name", "help": "This name appears in the horizontal navigation at the top of the page.", "type": "Generic", "value": "Poll Question", "field_name": "display_name", "options": []}, "due": {"default_value": null, "explicitly_set": false, "display_name": "due", "help": "Date that this problem is due by", "type": "Generic", "value": null, "field_name": "due", "options": []}}'/> </section> </div>