Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python language #38

Open
kounkou opened this issue Oct 25, 2024 · 1 comment · May be fixed by #40
Open

Add support for Python language #38

kounkou opened this issue Oct 25, 2024 · 1 comment · May be fixed by #40
Assignees
Labels
easy good first issue Good for newcomers

Comments

@kounkou
Copy link
Owner

kounkou commented Oct 25, 2024

Description

Add Python language support for the questions

Acceptance criteria

  • User should be able to select Python
  • Code in Python
  • Then see answers in Python
  • We can probably add saving the language as well to the persistence 🍒

Difficulty

  • Easy
@kounkou
Copy link
Owner Author

kounkou commented Oct 25, 2024

Run-book

  • In logic directory, add the answer to the question for the new language answerPython (This step will need to be repeated for all available questions ideally)
  • In logic directory, add the getter switch for python
  • In qml directory, inside PracticePage.qml, add the new language in the ComboBox
  • Update the template.js file

kounkou added a commit that referenced this issue Oct 25, 2024
@kounkou kounkou linked a pull request Oct 25, 2024 that will close this issue
@kounkou kounkou changed the title Add Python language with an example question Add support for Python language Oct 28, 2024
@kounkou kounkou added the good first issue Good for newcomers label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants