[jawsscripts]

  • From: Ethan <ethan8768@xxxxxxxxx>
  • To: jawsscripts <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 18 Feb 2016 21:33:19 -0500

Hello all,

I would appriciate any help or direction you can provide with this problem.

I have a script that allows for questions presented in a table to be
selected and answered with keystrokes. There are four questions in the
table, and the answers are in the 13 columns in the same row as the
question. Each answer has a radio button associated with it.
Each question is in it's own row followed by the answers in columns to
the right of the question. The first question is in column 1, row 3.

The script to enter the table, and then answer the question for the
thirteenth choice is below:

Script MoveToTable ();ctrl+win+down
MoveToTable (1)
Pause ()
MoveToTableCell (1, 3)
Pause ()
 EndScript

Script ThirteenthChoice ();alt+t
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ()
NextCell ();13
Pause ()
TurnOnFormsMode ()
Say ("Thirteenth selected", Ot_message)
Pause ()
TurnOffFormsMode ()
Pause()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ()
PriorCell ();13
EndScript

My question is, if the user answers questions 1, 2, and 4, but forgets
to answer question 3, when the next button is selected, the page
reloads with a message that states: "A question below requires your
response." Is there a way to have JAWS check each question in rows 3
to 6 to see if the question has been answered or the radio button
selected and place the PC cursor on the cell of the question that has
not been answered? In this example it would return to column 1, row 5.

This sounds kind of complicated, and something that may be hout of
JAWS capabilities, but I thought I would ask.

Thank you,

Ethan
__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: