AskMe Web (Memorize)

Memorize stuff like words from other languages, terms, etc. quickly.

Features

Query Strings

file=url

Use file=<path to file> to load a JSON file. Only supports files from the internet. Example: https://daringcuteseal.xyz/software/askme/web/memorize?file=try.json

dropdown=1 will enable dropdown mode.

theme=dark|light

dark forces a dark theme, any other values beside dark will force a light theme. If not set, a light theme is used by default.

Modes

Input

Input mode allows user to input their answers manually.

input mode

Dropdown mode allows user to choose an answer from a dropdown.

dropdown mode

Writing Files

Generally, AskMe Web memorize file should look like this:

{
	"title": "AskMe Memorize",
	"description": "AskMe memorize demo question.",
	"list":
	[
		["Key one", "value one"],
		["Key two", "value two"],
		["Key three", "value three"],
		["Key four", "value four"],
		["Key five", "value five"]
	]

}

Variables

Variables available are:

And some optional variables are: