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

Fehlende Ersetzung des Paketnamens im Beispiel-Paket #130

Open
larsbonczek opened this issue Oct 28, 2024 · 0 comments · May be fixed by #132
Open

Fehlende Ersetzung des Paketnamens im Beispiel-Paket #130

larsbonczek opened this issue Oct 28, 2024 · 0 comments · May be fixed by #132
Assignees

Comments

@larsbonczek
Copy link
Contributor

Wenn man mit

questionpy-sdk create my_qtype

ein neues Paket erzeugt, steht in der question_type.py folgender Code:

    @property
    def formulation(self) -> str:
        self.placeholders["description"] = "Welcher ist der zweite Buchstabe im deutschen Alphabet?"
        return self.jinja2.get_template("local.minimal_example/formulation.xhtml.j2").render()

Dort sollte local.my_qtype stehen statt local.minimal_example.

@janbritz janbritz self-assigned this Oct 29, 2024
@janbritz janbritz linked a pull request Oct 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants