def __init__(self, name, instruc): """ Initialise """ FieldWithResources.__init__(self, name, instruc) self.parts = [] self._encodedContent = '' self.rawContent = '' self._setVersion2Attributes()
def __init__(self, name, instruc): """ Initialise """ FieldWithResources.__init__(self, name, instruc) self.parts = [] self._encodedContent = '' self.rawContent = '' self._setVersion2Attributes() self.otras = '' self.otrasInstruc = \ x_(u"<p>Optional: Write other words to complete the dropdown activity.</br>Use | (vertical bar ) to separate words.</br>This field can be left blank. </p>")
def __init__(self, name, instruc): """ Initialise """ FieldWithResources.__init__(self, name, instruc) self.parts = [] self._encodedContent = '' self.rawContent = '' self._setVersion2Attributes() self.otras = '' self.otrasInstruc = \ x_(u"<p>Optional: Write other words to complete the Dropdown activity.<br/> Use | (the vertical bar) to separate words.<br/> This field can be left blank. </p>")