mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
31 lines
1.8 KiB
PHP
31 lines
1.8 KiB
PHP
<table border="1">
|
|
<tr><th>Test</th><th>Description</th></tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/functions'); ?>">Available Functions</a></td>
|
|
<td>Show the list of functions available within Expression Manager.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/strings_with_expressions'); ?>">Unit Tests of Expressions Within Strings</a></td>
|
|
<td>Test how Expression Manager can process strings containing one or more variable, token, or expression replacements surrounded by curly braces.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/relevance'); ?>">Unit Test Dynamic Relevance Processing</a></td>
|
|
<td>Questions and substitutions should dynamically change based upon values entered.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/conditions2relevance'); ?>">Preview Conversion of Conditions to Relevance</a></td>
|
|
<td>Shows Relevance equations for all conditions in the database, grouped by question id (and not pretty-printed)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/upgrade_conditions2relevance'); ?>">Bulk Convert Conditions to Relevance</a></td>
|
|
<td>Convert conditions to relevance for entire database</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/navigation_test'); ?>">Test Navigation</a></td>
|
|
<td>Tests whether navigation properly handles relevant and irrelevant groups</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="<?php echo $this->createUrl('admin/expressions/sa/survey_logic_file'); ?>">Show Survey logic file</a></td>
|
|
<td>Shows the logic for a survey (e.g. relevance, validation), and all tailoring</td>
|
|
</tr>
|
|
</table>
|