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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
---
8
8
9
9
## questionnaire_import.py
10
-
>python ./questionnaire_import.py
10
+
>python3 ./questionnaire_import.py
11
11
12
12
Loads some quizzes from a sample list in the program and converts them into a specific [json format](./questionnaire.md#expected-json-schema) before to save them
13
13
into the [json_questionnaires](./json_questionnaires) folder
@@ -17,7 +17,7 @@ More info : [questionnaire_import.md](./questionnaire_import.md)
17
17
---
18
18
19
19
## questionnaire.py
20
-
>python ./questionnaire.py <questionnaire.json>
20
+
>python3 ./questionnaire.py <questionnaire.json>
21
21
22
22
Displays the quiz in argument and counts the number of good answers
23
23
@@ -26,7 +26,7 @@ More info : [questionnaire.md](./questionnaire.md)
26
26
---
27
27
28
28
## questionnaire_unit_tests.py
29
-
>python ./questionnaire_unit_tests.py
29
+
>python3 ./questionnaire_unit_tests.py
30
30
31
31
Uses the `unittest` automated framework but not only to test questionnaire.py
0 commit comments