super(Excercise, self).__init__(*args, **kw)
def handle_rozw_kom(self, element):
super(Excercise, self).__init__(*args, **kw)
def handle_rozw_kom(self, element):
def handle_cwiczenie(self, element):
self.options = {'excercise': element.attrib['typ']}
def handle_cwiczenie(self, element):
self.options = {'excercise': element.attrib['typ']}
<input type="button" class="solutions" value="pokaż rozwiązanie"/>
<input type="button" class="reset" value="reset"/>
</div>
<input type="button" class="solutions" value="pokaż rozwiązanie"/>
<input type="button" class="reset" value="reset"/>
</div>