From 5ee439a6e764325c5e8efa4462e2ca1fc8b4b991 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 11 Jan 2021 17:16:13 -0700 Subject: [PATCH] Clarity: Add better description Update the template.toml to have a better description of the fingerprint when in "sheets" mode --- server/template.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/template.toml b/server/template.toml index ca45d4b..8e4e5f1 100644 --- a/server/template.toml +++ b/server/template.toml @@ -35,6 +35,9 @@ key = '' # directory of the CLI instantiating the server. (or an absolute path) # - If "type" is "sheets", then this is a sheet identifier used by Google # Sheets to indicate which sheet to use when downloading the content. +# In the published URL, this is the sequence of number between the +# `gid=` and the `&`, so if the URL has `gid=123456789&`, the fingerprint +# would be `123456789`. fingerprint = '' # The zero-indexed column number to use when getting the question text. @@ -46,6 +49,9 @@ column = 0 # directory of the CLI instantiating the server. (or an absolute path) # - If "type" is "sheets", then this is a sheet identifier used by Google # Sheets to indicate which sheet to use when downloading the content. +# In the published URL, this is the sequence of number between the +# `gid=` and the `&`, so if the URL has `gid=123456789&`, the fingerprint +# would be `123456789`. fingerprint = ''