Skip to content

Commit

Permalink
Merge pull request #139 from dotcomstar/main
Browse files Browse the repository at this point in the history
Fix plurality of answer
  • Loading branch information
dotcomstar authored Jan 14, 2024
2 parents cadfdb3 + b320667 commit 62ba5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/constants/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ export const LOCALE = "en-US";
export const EDITED_BY = "Edited by Jet Lee";

export const NEW_FEATURES_LABEL = "New feature(s):";
export const NEW_FEATURES_LIST = [
"Add logins with Auth0 (No history saving yet)",
"Add working subscription button",
];
export const NEW_FEATURES_LIST = ["Fix plurality of Q3 on 9/14/2024"];

import { QUESTIONS_PER_DAY } from "./settings";

Expand Down
2 changes: 1 addition & 1 deletion src/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const questions: Question[] = [
},
{
question: `This plant is the habitat for cochineals, insects that are harvested to produce a deep red dye. This succulent plant has areoles, small, spiny bumps that defend the plant’s stem. The saguaro is a giant example of this plant found in Sonora and Arizona. For the point, name this plant that typically has excellent water storage abilities to survive in the desert.`,
answer: "Cacti",
answer: "Cactus",
url: "https://files.quizbowlpackets.com/2364/SCOP10%20MS%20Round4.pdf",
category: SCIENCE,
},
Expand Down

0 comments on commit 62ba5bd

Please sign in to comment.