alok-mishra / storyquiz

Scans for questions in Word or Excel files (specific to my org) and writes them to a format that can be used by Articulate Storyline or Cornerstone LMS to create quizzes in that respective platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storyline Quiz - Text Format

Scans for questions in Word or Excel files (specific to my org) and writes them to a format that can be used by Articulate Storyline or Cornerstone LMS to create quizzes in that respective platform.

  • Easily drag multiple word or excel files into a drop zone to scan and export questions.
  • Shows app info when logo is clicked.
  • Displays license info when license is clicked.

Tech Stack

  • Go
  • Vite
  • Wails
  • Svelte
  • TypeScript
  • Tailwind CSS

StoryQuiz

Go / Wails

  • Setup

    ## windows
    scoop install go
    go install github.com/wailsapp/wails/v2/cmd/wails@latest
    
    ## arch
    paru -S go
    export PATH="$PATH:$(go env GOBIN):$(go env GOPATH)/bin"
    go install github.com/wailsapp/wails/v2/cmd/wails@latest
    
    paru -Sy
    paru -S gtk3 webkit2gtk
  • Install

    wails init -n storyquiz -t svelte-ts
  • Build

    wails build
    wails build -platform windows # for cross platform build on linux
    • linux executable: ./build/bin/storyquiz
    • windows executable: ./build/bin/storyquiz.exe

About

Scans for questions in Word or Excel files (specific to my org) and writes them to a format that can be used by Articulate Storyline or Cornerstone LMS to create quizzes in that respective platform.

License:MIT License


Languages

Language:Svelte 32.6%Language:Go 18.5%Language:CSS 16.2%Language:NSIS 15.3%Language:JavaScript 8.8%Language:TypeScript 8.3%Language:HTML 0.3%