Skip to content

Commit 7298a58

Browse files
link test
1 parent 2378644 commit 7298a58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/docs/dev.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# IsExactEqual
22
Could be qualified as the simplest form of evaluation function, testing exact equality. This function will use the default python `==` test to compare answer and responses. It doesn't infer any types - meaning it requires a `params.type` to be supplied.
33

4+
[link](./user.md)
5+
46
## Inputs
57
This function requires a parameter to function properly:
68
```json
@@ -47,4 +49,4 @@ Outputs to the `grade` command will feature:
4749
"Something": "something"
4850
}
4951
}
50-
```
52+
```

0 commit comments

Comments
 (0)