Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 9d2bc96

Browse files
committed
🔀 Merge with upstream
2 parents 5ad1757 + 85e7be2 commit 9d2bc96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

runestone/hparsons/js/blockGrader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
export default class BlockBasedGrader {
77
constructor(problem) {
88
this.problem = problem;
9+
this.percent = 0;
910
}
1011
// Use a LIS (Longest Increasing Subsequence) algorithm to return the indexes
1112
// that are not part of that subsequence.

runestone/hparsons/js/hparsonsFeedback.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default class HParsonsFeedback {
22
constructor(hparsons) {
33
this.hparsons = hparsons;
4+
this.percent = 0;
45
}
56
createOutput() {
67
console.log('createOutput method not implemented in feedback!');

0 commit comments

Comments
 (0)