
(intranet, extranet or internet) for remote management.
interviewer status.
counts.
listing.
records.
screen as been simplified.
, located in the study directory, allows for the customization of sample contact information available on the first screen.
.
to make appointment selection easier.
.
question layout; responses can now be added to brand lists.D selects "Don't know" where available+ selects "Don't know" where availableR selects "Refused" where available- selects "Refused" where availableN selects "Not applicable" where available* selects "Not applicable" where available
file settings (Used by nph-R4TN.exe):
system The location of the system-wide DBF files (WebCATI.DBF, Message.DBF and Users.DBF)study_alias The network path to the studies directory if different to the server path.rdd_name The name of the file access system to use "DBFCDX" by default or "AXDBFCDX" if the more advanced ADS mode is being used.dial Custom code to add to the href attribute of an HTML <a> tag around the SAMPLE->Voicephone field in the "Begin Interview" screen. Use this option to implement a dialer.monitordir The directory where monitoring HTML files are to be written.monitorurl The URL used to access the monitoring HTML files.
file settings (used by Results Manager):
remote_r4tn The URL to used to point to nph-R4TN.exeremote_r4tnrpt The URL to used to point to nph-R4TNRpt.exeremote_studies The network path to the studies directory.remote_studies_alias The server path to the studies directory (this is the path as nph-R4TN.exe would see it).remote_webcati The network location of the system-wide DBF files (WebCATI.DBF, Message.DBF and Users.DBF). This is the network location of "system" as seen by nph-R4TN.exe
SortList( nList [, cSortOrder] [, cSortType] )
Sort a Results list. Case insensitive, returns .T. if successful.PosInList( nList, cSeek )
Returns the position in the list of the last occurrence (if duplicated) of cSeek. Case insensitive, returns zero if not found.ShowAfter( nList, cSeek )
Return the list item that occurs after the last occurrence (if duplicated) of cSeek. Case insensitive, returns "" if not found.ShowBefore( nList, cSeek )
Return the list item that occurs before the last occurrence (if duplicated) of cSeek. Case insensitive, returns "" if not found.ShowFromThis( nList, cSeek, nIncrement )
Return the list item that occurs nIncrement places before or after the last occurrence (if duplicated) of cSeek. Case insensitive, returns "" if not found.QuotaList( nList [, cSampleField] )
Create a list of quotatypes in open quotas sorted by QuotaToGo() and add them to list number nList. Returns .T. if the list was created. Use this function to calculate least fill quotas.SumQ( cQuest [, cRange] [, lCheckCvars] )
Return the sum of the answers to question cQuest. CountAnswer(xAnswers, cQuest [, cRange] [, lCheckCvars])
Return the number of times an answer in cQuest passes an expression at xAnswers.| Expressions allowed at xAnswers: |
|---|
| "YES" |
| "NO" |
| "DK" |
| "NA" |
| "RF" |
| "EM" |
| "ZERO" |
| "TEXT" | "OS" |
| ">#" |
| "<#" |
| "=#" |
| "BETWEEN,#,#" |
IsAnswer( xAnswers, cQuest [, cOption] [, cRange] )
Returns true if an answer in cQuest passes an expression at xAnswers, returns false if not. | Expressions allowed at xAnswers: |
|---|
| "YES" |
| "NO" |
| "DK" |
| "NA" |
| "RF" |
| "EM" |
| "ZERO" |
| "TEXT" | "OS" |
| ">#" |
| "<#" |
| "=#" |
| "BETWEEN,#,#" |
GetQuestionText( [cQuestion] )
Returns the question text for question cQuestion. Useful when creating Raw HTML questions. Using this function in cQuestion's question text will cause an error.GetResponseText( nResponse [, cQuestion] )
Returns the question text for question cQuestion. Useful when creating Raw HTML questions.StudyName()
Returns the short path of the current study.MonitorURL( [cStudyName] [, xRecord] [, lFileName] )
Returns the URL used to monitor a web respondent or an interviewer while they're online.MonitorURL( [cStudyName] [, xRecord] [, lFileName] )
Returns the URL used to monitor a web respondent or an interviewer while they're online.
must be updated if the network path to the studies directory differs from the server path.Last updated: 01 January 2007 18:00 (GMT)