Skip to content

Commit b4a887a

Browse files
committed
Add 6 new trivia questions with photos
- Add conj-2025_9001.jpg through 9006.jpg (6 new conference photos) - Add trivia questions for: hallway conversations, conference meals, speaker preparation, conference swag, photo sharing, and learning outcomes - Expands game from 45 to 51 total questions
1 parent 1338b8a commit b4a887a

7 files changed

Lines changed: 50 additions & 1 deletion

File tree

478 KB
Loading
438 KB
Loading
1.7 MB
Loading
1.99 MB
Loading
689 KB
Loading
390 KB
Loading

src/scittle/conj_2025/trivia_slideshow.cljs

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,56 @@
375375
"The Clojure community is known for being welcoming and collaborative"
376376
"Networking is discouraged to maintain focus"]
377377
:correct-index 1
378-
:explanation "The Clojure community is renowned for its friendly spirit!"}])
378+
:explanation "The Clojure community is renowned for its friendly spirit!"}
379+
380+
;; New questions for additional photos
381+
{:image "/scittle/conj_2025/media/conj-2025_9001.jpg"
382+
:question "About hallway conversations..."
383+
:options ["Hallway conversations are often where the best insights happen"
384+
"Talking in hallways was prohibited to prevent noise"
385+
"Hallways were reserved only for sponsors"]
386+
:correct-index 0
387+
:explanation "Some say the best content at conferences happens in hallway conversations!"}
388+
389+
{:image "/scittle/conj_2025/media/conj-2025_9002.png"
390+
:question "About conference meals..."
391+
:options ["All attendees had to bring their own food"
392+
"Meals and snacks were provided for attendees"
393+
"Food was only available to VIP ticket holders"]
394+
:correct-index 1
395+
:explanation "Providing meals helps attendees focus on learning and networking!"}
396+
397+
{:image "/scittle/conj_2025/media/conj-2025_9003.jpg"
398+
:question "About speaker preparation..."
399+
:options ["Speakers were given resources and support to prepare great talks"
400+
"Speakers had to improvise everything on stage"
401+
"Only slides created in Emacs were permitted"]
402+
:correct-index 0
403+
:explanation "Conference organizers help speakers deliver their best content!"}
404+
405+
{:image "/scittle/conj_2025/media/conj-2025_9004.jpg"
406+
:question "About conference swag..."
407+
:options ["Conference merchandise and swag helped build community spirit"
408+
"Swag bags were illegal at this conference"
409+
"Only speakers received any conference items"]
410+
:correct-index 0
411+
:explanation "Conference swag is a fun way to remember the event!"}
412+
413+
{:image "/scittle/conj_2025/media/conj-2025_9005.jpg"
414+
:question "About conference photos..."
415+
:options ["Attendees were encouraged to share photos and memories"
416+
"All photography was banned for privacy reasons"
417+
"Photos could only be taken in black and white"]
418+
:correct-index 0
419+
:explanation "Sharing photos helps spread the excitement and builds community!"}
420+
421+
{:image "/scittle/conj_2025/media/conj-2025_9006.jpg"
422+
:question "About learning outcomes..."
423+
:options ["Attendees leave with new knowledge, connections, and inspiration"
424+
"The goal was to confuse everyone as much as possible"
425+
"Learning was discouraged in favor of entertainment only"]
426+
:correct-index 0
427+
:explanation "Great conferences transform attendees through learning and connection!"}])
379428

380429
;; ============================================================================
381430
;; Game State

0 commit comments

Comments
 (0)