Skip to content

Commit

Permalink
Resolved the problem with the wrong order of results in the block
Browse files Browse the repository at this point in the history
  • Loading branch information
cli-ish committed Mar 16, 2021
1 parent 8b28500 commit 3ce560e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@ git clone https://github.com/sudile/moodle-block_feedbackbox.git feedbackbox

# Credits

Die Feedback-Box ist ein Kooperationsprojekt der Fachhochschule Potsdam (FHP) und Brandenburgischen Technischen Universität (BTU) und wurde gefördert durch das Ministerium für Wissenschaft, Forschung und Kultur des Landes Brandenburg (MWFK).
Die Feedback-Box ist ein Kooperationsprojekt der Fachhochschule Potsdam (FHP) und Brandenburgischen Technischen Universität (BTU) und wurde gefördert durch das Ministerium für Wissenschaft, Forschung und Kultur des Landes Brandenburg (MWFK).

**Projektträgerin**

Fachhochschule Potsdam
ZEDI - Zentrale Einrichtung Digitale Lehre
Kiepenheuerallee 5
14469 Potsdam
Mail: [email protected]
Webseite: [https://feedbackbox.fh-potsdam.de](https://feedbackbox.fh-potsdam.de)
Webseite: [https://feedbackbox.fh-potsdam.de](https://feedbackbox.fh-potsdam.de)

**Projektentwicklung**
**Projektentwicklung**

**Projektleitung und Fachliche Entwicklung:** Julia Lee (FHP); Tobias Falke (BTU)
**Projektleitung und Fachliche Entwicklung:** Julia Lee (FHP); Tobias Falke (BTU)

**Design und Instructional Design:** Natalie Schreiber (FHP); Nikolas Ripka (FHP)
**Design und Instructional Design:** Natalie Schreiber (FHP); Nikolas Ripka (FHP)

**Technische Beratung:** Tobias Kutzner (BTU)
**Technische Beratung:** Tobias Kutzner (BTU)

**Projektkoordination:** Julia Ullrich (FHP)
**Projektkoordination:** Julia Ullrich (FHP)

**Technische Entwicklung:** Sudile GbR ([https://www.sudile.com](https://www.sudile.com))
**Technische Entwicklung:** Sudile GbR ([https://www.sudile.com](https://www.sudile.com))

Die Feedback-Box kann frei genutzt werden unter folgenden Lizenzen und Benennungen:

* Feedback-Box, ZEDI – Zentrale Einrichtung Digitale Lehre, Lizenz: CC BY-SA 4.0 für alle Inhalte mit Ausnahme von Emoticons, Logos und Eigen- und Markennamen
* OpenMojis von openmoji.org, von Design-Studierenden der Hochschule für Gestaltung Schwäbisch Gmünd unter Lizenz CC BY-SA 4.0
* einige OpenMojis wurden von Design-Studierenden der FHP, Niko Ripka und Natalie Schreiber, überarbeitet und ebenfalls unter folgender Lizenz bereit gestellt: CC BY-SA 4.0
* Programmcode/Software unter [http://www.gnu.org/copyleft/gpl.html](http://www.gnu.org/copyleft/gpl.html) GNU GPL v3 or later, Sudile ([https://www.sudile.com](https://www.sudile.com)), Github-Seite-FeedbackBox ([https://github.com/sudile/moodle_mod-feedbackbox](https://github.com/sudile/moodle_mod-feedbackbox)) auf Basis von der Aktivität ([https://github.com/PoetOS/moodle-mod_questionnaire/tree/MOODLE_39_STABLE](https://github.com/PoetOS/moodle-mod_questionnaire/tree/MOODLE_39_STABLE)) geschrieben von Mike Churchward.
* Programmcode/Software unter [http://www.gnu.org/copyleft/gpl.html](http://www.gnu.org/copyleft/gpl.html) GNU GPL v3 or later, Sudile ([https://www.sudile.com](https://www.sudile.com)), Github-Seite-FeedbackBox ([https://github.com/sudile/moodle_mod-feedbackbox](https://github.com/sudile/moodle_mod-feedbackbox)) auf Basis von der Aktivität ([https://github.com/PoetOS/moodle-mod_questionnaire/tree/MOODLE_39_STABLE](https://github.com/PoetOS/moodle-mod_questionnaire/tree/MOODLE_39_STABLE)) geschrieben von Mike Churchward.
7 changes: 4 additions & 3 deletions templates/chartdata.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
{{#str}}participants, block_feedbackbox{{/str}} {{participants}} / {{totalparticipants}}
</div>
<div style="display: none" id="feedbackboxicons">
{{#pix}}b/fb_4_hilfe, mod_feedbackbox, Icon{{/pix}}
{{#pix}}b/fb_3_okay, mod_feedbackbox, Icon{{/pix}}
{{#pix}}b/fb_1_hyper, mod_feedbackbox, Icon{{/pix}}
{{#pix}}b/fb_2_laeuft, mod_feedbackbox, Icon{{/pix}}
{{#pix}}b/fb_1_hyper, mod_feedbackbox, Icon{{/pix}}</div>
{{#pix}}b/fb_3_okay, mod_feedbackbox, Icon{{/pix}}
{{#pix}}b/fb_4_hilfe, mod_feedbackbox, Icon{{/pix}}
</div>
</div>

0 comments on commit 3ce560e

Please sign in to comment.