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

Development: Update screenshots with the new Code button #9038

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/de/featureOverview.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"localIDE": {
"title": "Verwende Deine IDE",
"shortDescription": "Klone die Aufgabe und arbeite an den Programmieraufgaben auf deiner IDE.",
"descriptionTextOne": "IDEs erhöhen die Produktivität der Programmierenden, indem sie die Aktivitäten des Software-Schreibens kombinieren: Editieren des Quellcodes, Erstellen von ausführbaren Dateien und Debugging. Zusätzlich können Nutzer:innen sie nach Belieben konfigurieren, um sie ihrem persönlichen Ansatz anzupassen. Für Onlineklausuren auf Artemis hast du die Möglichkeit, deine Programmieraufgabe zu klonen und sie in deiner IDE zu bearbeiten. Benutze den Klon-Button, hole dir den Link der Aufgabe und klone sie mit GIT-Befehlen. Wenn du fertig bist, kannst du einfach deine Änderungen pushen und mit der Arbeit an anderen Aufgaben fortfahren. Jeder Push löst ein kontinuierliches Integrationssystem aus, das deine Abgabe automatisch bewertet und Feedback gibt."
"descriptionTextOne": "IDEs erhöhen die Produktivität der Programmierenden, indem sie die Aktivitäten des Software-Schreibens kombinieren: Editieren des Quellcodes, Erstellen von ausführbaren Dateien und Debugging. Zusätzlich können Nutzer:innen sie nach Belieben konfigurieren, um sie ihrem persönlichen Ansatz anzupassen. Für Onlineklausuren auf Artemis hast du die Möglichkeit, deine Programmieraufgabe zu klonen und sie in deiner IDE zu bearbeiten. Benutze den Code-Button, hole dir den Link der Aufgabe und klone sie mit GIT-Befehlen. Wenn du fertig bist, kannst du einfach deine Änderungen pushen und mit der Arbeit an anderen Aufgaben fortfahren. Jeder Push löst ein kontinuierliches Integrationssystem aus, das deine Abgabe automatisch bewertet und Feedback gibt."
},
"codeEditor": {
"title": "Integrierter Code-Editor",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/en/featureOverview.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"localIDE": {
"title": "Use Your IDE",
"shortDescription": "Clone the assignment and work on programming exercises on your IDE.",
"descriptionTextOne": "IDEs increase programmer productivity by combining common activities of writing software: editing source code, building executables, and debugging. Additionally, users can configure them at will to fit their own personal preferences. For online exams on Artemis, you have the ability to clone your programming assignment and work on it using your IDE. Use the clone button, get the assignment link and clone it using GIT commands. Once you are done, you can simply push your changes and continue to work on other tasks. Every push triggers a continuous integration system which automatically assesses your submission and provides feedback."
"descriptionTextOne": "IDEs increase programmer productivity by combining common activities of writing software: editing source code, building executables, and debugging. Additionally, users can configure them at will to fit their own personal preferences. For online exams on Artemis, you have the ability to clone your programming assignment and work on it using your IDE. Use the Code button, get the assignment link and clone it using GIT commands. Once you are done, you can simply push your changes and continue to work on other tasks. Every push triggers a continuous integration system which automatically assesses your submission and provides feedback."
},
"codeEditor": {
"title": "Integrated Code Editor",
Expand Down
Loading