Skip to content

Hakutest v1.1.2

Compare
Choose a tag to compare
@shelepuginivan shelepuginivan released this 30 Sep 23:25
· 6 commits to main since this release

A modern and efficient automated educational testing that teachers and students love.

Changes

  • Form autocomplete is now disabled to prevent from answers from being compromised
  • Slight performance improvement of test page generation
  • Global navigation shortcuts in teacher interface. Press 1-4 to navigate to Dashboard, Tests, Results, and Settings respectively

Installation

Windows

  1. Download hakutest-win-x86_64.zip
  2. Extract the archive
  3. Run hakutest.exe

Linux

Debian-based

  1. Download hakutest.deb
  2. Install it: sudo dpkg -i hakutest.deb
  3. Run hakutest

AppImage

A self-contained binary is available in the .AppImage format.

  1. Download hakutest.AppImage
  2. Give the downloaded file execution permissions: chmod +x hakutest.AppImage
  3. Run ./hakutest.AppImage

Note

This option does not provide the hakuctl binary.

Tarball

  1. Download hakutest-linux-x86_64.tar.gz
  2. Extract the archive: tar -xzf hakutest-linux-x86_64.tar.gz
  3. Run ./bin/hakutest

SHA256

fae44b53c2d8056aff5dcdbb5a8976eab9184dd930a0af96f77e3ca55118283a  hakutest.AppImage
06b19324730b7ff437fd540705f8fe387eb2f3f5a16325eba70af359e9d17227  hakutest.deb
f90cbabb60b74af418fec918233e6c8d6b7a7a71075a2aca21d42e8c32d89599  hakutest-linux-x86_64.tar.gz
bf3d274dadb812bb3c2e50f05a81fde0a8e861c863c663bde68fbbab785a4977  hakutest-win-x86_64.zip