Skip to content

Commit

Permalink
hide process results
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick committed Nov 14, 2023
1 parent 80effcf commit 5e7ad45
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export default class QtiResponseProcessing extends LitElement {
override render() {
return html`<slot></slot>`;
}
// fIXME: PK: attributes
static override get observedAttributes() {
return ['identifier'];
}

public process() {
const rules = [...this.children] as QtiRule[];
Expand Down

0 comments on commit 5e7ad45

Please sign in to comment.