-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from nzzdev/release-1.5.1
Release 1.5.1
- Loading branch information
Showing
22 changed files
with
199 additions
and
2,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ scripts | |
styles | ||
.DS_STORE | ||
dev.js | ||
test/logs/pouchdb.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.2 | ||
9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 0 additions & 98 deletions
98
resources/fixtures/data/cover-all-question-types-no-last-card.json
This file was deleted.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
resources/fixtures/data/cover-with-title-no-last-card.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"title": "FIXTURE: Ein Quiz mit Cover mit Titel, alle Fragetypen, ohne letzte Seite", | ||
"elements": [ | ||
{ | ||
"id": "quiz-1-1503673199200-897399321", | ||
"title": "Ein tolles Quiz", | ||
"type": "cover" | ||
}, | ||
{ | ||
"id": "quiz-1-1503673205043-233776299", | ||
"type": "multipleChoice", | ||
"image": {}, | ||
"choices": [ | ||
"vielleicht", | ||
"falsch", | ||
"absolut falsch" | ||
], | ||
"articleRecommendations": [], | ||
"question": "Was ist die richtige Antwort?", | ||
"answer": "richtig" | ||
}, | ||
{ | ||
"id": "quiz-1-1503673244888-827300797", | ||
"type": "numberGuess", | ||
"image": {}, | ||
"articleRecommendations": [], | ||
"question": "Hausnummer der NZZ", | ||
"answer": 11, | ||
"min": 1, | ||
"max": 20, | ||
"step": 1 | ||
}, | ||
{ | ||
"id": "quiz-1-1503673602641-999859280", | ||
"type": "mapPointGuess", | ||
"answer": { | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
8.548714, | ||
47.3664 | ||
] | ||
}, | ||
"properties": { | ||
"pointLabel": "NZZ Red", | ||
"label": "11 Falkenstrasse" | ||
}, | ||
"bbox": [ | ||
8.50547790527344, | ||
47.347779215247144, | ||
8.591995239257814, | ||
47.38498483918202 | ||
] | ||
}, | ||
"image": {}, | ||
"articleRecommendations": [], | ||
"question": "wo ist die nzz?" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"title": "FIXTURE: Map point guess - single question quiz", | ||
"elements": [ | ||
{ | ||
"id": "quiz-4-1503673602641-999859280", | ||
"type": "mapPointGuess", | ||
"answer": { | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
8.548714, | ||
47.3664 | ||
] | ||
}, | ||
"properties": { | ||
"pointLabel": "NZZ Red", | ||
"label": "11 Falkenstrasse" | ||
}, | ||
"bbox": [ | ||
8.50547790527344, | ||
47.347779215247144, | ||
8.591995239257814, | ||
47.38498483918202 | ||
] | ||
}, | ||
"image": {}, | ||
"articleRecommendations": [], | ||
"question": "wo ist die nzz?" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"title": "FIXTURE: Multiple choice - single question quiz", | ||
"elements": [ | ||
{ | ||
"id": "quiz-2-1503673205043-233776299", | ||
"type": "multipleChoice", | ||
"image": {}, | ||
"choices": [ | ||
"vielleicht", | ||
"falsch", | ||
"mal noch ein längere Antwort: Der Teamwettbewerb für Männer und Frauen im Ski Alpin, das Mixed-Doppel im Curling, der Massenstart im Eisschnelllaufen und der Big-Air-Wettbewerb im Snowboarden" | ||
], | ||
"articleRecommendations": [], | ||
"question": "Was ist die richtige Antwort?", | ||
"answer": "richtig" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "FIXTURE: Number guess - single question quiz", | ||
"elements": [ | ||
{ | ||
"id": "quiz-3-1503673375520-572013568", | ||
"type": "numberGuess", | ||
"image": {}, | ||
"articleRecommendations": [], | ||
"question": "Temperatur", | ||
"answer": 25, | ||
"min": 1, | ||
"max": 35, | ||
"step": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.