(self, doc)
| 123 | return doc["article"] |
| 124 | |
| 125 | def doc_to_target(self, doc): |
| 126 | return " " + self.get_answer_option(self.last_problem(doc)) |
| 127 | |
| 128 | def construct_requests(self, doc, ctx): |
| 129 | """Uses RequestFactory to construct Requests and returns an iterable of |
nothing calls this directly
no test coverage detected