Skip to content

Commit

Permalink
Merge pull request #225 from Entkenntnis/224-questions-have-arrived
Browse files Browse the repository at this point in the history
add hints to newly asked questions
  • Loading branch information
Entkenntnis authored Nov 4, 2024
2 parents de981e5 + 5c53ec0 commit aeb7226
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/server/routes/hints.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ import escapeHTML from 'escape-html'

/** @type {import('../../data/types.js').HintsData} */
export const hintsData = {
5: {
entries: [{ question: 'wie denn ?', answer: 'Probier mal mit der Maus' }],
},
15: {
entries: [
{
question: 'Bei mir klappt die aufgabe nicht',
answer: 'Schau dir den Text bei "... ist falsch" genauer an',
},
],
},
17: {
entries: [
{
Expand All @@ -12,6 +23,14 @@ export const hintsData = {
},
],
},
39: {
entries: [
{
question: 'Hilfe bitte',
answer: 'Hast du die Flaggen im Video entdeckt?',
},
],
},
41: {
entries: [
{
Expand Down Expand Up @@ -75,6 +94,14 @@ export const hintsData = {
},
],
},
78: {
entries: [
{
question: 'Wie funktioniert diese Aufgabe ',
answer: 'Hast du die Druckvorschau geöffnet?',
},
],
},
80: {
entries: [
{
Expand Down Expand Up @@ -128,6 +155,20 @@ export const hintsData = {
},
],
},
112: {
entries: [
{
question: 'Wo finde ich die Block ID?',
answer:
'<a href="https://minecraftitemids.com/types/redstone" target="_blank">https://minecraftitemids.com/types/redstone</a>',
},
],
},
114: {
entries: [
{ question: 'kan mmir jemand helfen', answer: 'Klick mal auf den Baum' },
],
},
115: {
entries: [
{
Expand Down Expand Up @@ -289,6 +330,14 @@ export const hintsData = {
},
],
},
337: {
entries: [
{
question: 'wie kann mann das lösen',
answer: 'Erkennst du ein paar der Blöcke?',
},
],
},
339: {
entries: [
{
Expand Down

0 comments on commit aeb7226

Please sign in to comment.