You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
:language: python, java, javscript, sql, html: only for highlighting purpose.
98
98
:dburl: only for sql -- url to load database
99
99
:randomize: randomize the order of horizontal parsons
100
-
TODO: fix textentry
101
100
:reuse: only for parsons -- make the blocks reusable
102
-
:textentry: if you will use text entry instead of horizontal parsons
101
+
:blockanswer: 0 1 2 3 # Provide answer for block-based feedback. Please note that the number of block start from 0. If not provided, will use execution based feedback.
103
102
104
103
Here is the problem description. It must ends with the tildes.
105
104
Make sure you use the correct delimitier for each section below.
106
105
~~~~
107
106
--blocks--
108
107
block 1
109
108
block 2
110
-
--explanations--
111
-
explanations for block 1
112
-
explanations for block 2
109
+
block 3
113
110
--unittest--
114
111
assert 1,1 == world
115
112
assert 0,1 == hello
@@ -124,9 +121,9 @@ class HParsonsDirective(RunestoneIdDirective):
0 commit comments