Skip to content

Commit 82bd210

Browse files
Added JSON descriptions (#465)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated HTML documentation title display to "Codio Documentation" * Added comprehensive documentation for Codio Guides structure, including filesystem layout, JSON conventions, content item types, and directory examples * Added detailed documentation for authoring multiple-choice assessments with JSON format specifications and schema requirements * Improved documentation formatting in existing guides <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 154dfd5 commit 82bd210

6 files changed

Lines changed: 976 additions & 3 deletions

File tree

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261

262262
# html_logo = "_static/logo-white.svg"
263263
html_logo = None
264-
html_title = "Codio"
264+
html_title = "Codio Documentation"
265265
html_favicon = "_static/favicon.ico"
266266
html_extra_path = ['robots.txt']
267267
html_permalinks_icon = Icons.permalinks_icon

source/instructors/authoring/assessments/student-submission.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Submit Button
1414
--------------------
1515
By default each assessment has a Submit button beneath the assessment. Once pressed, the answer is autograded.
1616

17-
.. note:: You can customize the Submit button label to any text you prefer. In the assessment markdown, update the text to the left of "|assessment".
17+
.. note:: You can customize the Submit button label to any text you prefer. In the assessment markdown, update the text to the left of `|assessment`.
1818

1919
.. image:: /img/guides/customizeSubmitbutton.png
2020
:alt: Customize Submit Button

0 commit comments

Comments
 (0)