Skip to content

Commit c520cee

Browse files
committed
Small changes to sync with lamba feedback import
1 parent 7f11f67 commit c520cee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

in2lambda/json_convert/json_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def converter(
5050
)
5151

5252
# Output file
53-
filename = "Question " + str(i + 1)
53+
filename = "question_" + str(i + 1)
5454

5555
# create directory to put the questions
5656
os.makedirs(output_dir, exist_ok=True)

in2lambda/json_convert/minimal_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"isPublished": false,
32
"masterContent": "Top level question here",
43
"parts": [
54
{
@@ -17,6 +16,7 @@
1716
]
1817
}
1918
],
19+
"publish": false,
2020
"questionSettings": {
2121
"displayFinalAnswer": true,
2222
"displayStructuredTutorial": true,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "in2lambda"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Converts content ready for import into Lambda Feedback"
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)