Skip to content

Commit 3e84119

Browse files
committed
fix: use UCUM units for the correct answer
fixes Q19: Can we make the unit "Cel" instead of "°C"? #8
1 parent 10886e3 commit 3e84119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/questions/19-the-composition-conjurer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Create a composition for a patient's body temperature. The archetype ID is 'open
3333
{
3434
"value": {
3535
"magnitude": 37.5,
36-
"units": "°C"
36+
"units": "Cel"
3737
}
3838
}
3939
]

0 commit comments

Comments
 (0)