From ff96bffc08759a701cbb051a084440e4306fc947 Mon Sep 17 00:00:00 2001 From: PH-Nascimento <42078703+PH-Nascimento@users.noreply.github.com> Date: Fri, 15 May 2020 09:47:22 -0300 Subject: [PATCH] Update chapter-03-gbkb-reference.md --- book/chapter-03-gbkb-reference.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/book/chapter-03-gbkb-reference.md b/book/chapter-03-gbkb-reference.md index 0c72e099..8197de82 100644 --- a/book/chapter-03-gbkb-reference.md +++ b/book/chapter-03-gbkb-reference.md @@ -34,13 +34,6 @@ To display a video on the projector, just provide the Video URL to the desired q instead of specifing an text answer in the column **answer**. The list of answers is a series of tabular files (.tsv, .csv, etc.) inside the **tabular** directory of the .gbkb. -## With a dialog - -To call a dialog just when an answer would provide the desired question, just -use dialog:*dialogName* instead of specifing an text answer in the column -**answer**. The list of answers is a series of tabular files (.tsv, .csv, etc.) -inside the **tabular** directory of the .gbkb. - ## With a Script (PREVIEW) To call a VBA script stored on a .gbdialog, just specify the script file name in a form of `script:` instead of specifing an text answer in the column **answer**. When someone asks that match the **question**, the script will be invoked and the answer dialog will be started.