-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] Allow to send xml in surveys
[feature] Allow diffrent XML by questions (using Question code)
- Loading branch information
Showing
7 changed files
with
111 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Configuration for graphQuestion , default part, same xml file in templates/files/graphQuestionRadar.xml to update. --> | ||
<graph> | ||
<!--Chart format see http://wiki.pchart.net/doc.draw.radar.html --> | ||
<chart> | ||
<Layout>RADAR_LAYOUT_CIRCLE</Layout> | ||
<LabelPos>RADAR_LABELS_ROTATED</LabelPos> | ||
</chart> | ||
</graph> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
cloc-1.80.exe | ||
php.exe | ||
php.ini | ||
php7.2/php.exe | ||
php7.2/php7ts.dll | ||
php7.2/php_gd2.dll | ||
php7.2/php_pdo_sqlite.dll | ||
php7.3/php.exe | ||
php7.3/php7ts.dll | ||
php7.3/php_gd2.dll | ||
php7.3/php_pdo_sqlite.dll | ||
php7ts.dll | ||
php_gd2.dll | ||
php_pdo_sqlite.dll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Include pChart 2.1.4a | ||
https://github.com/bozhinov/pChart2.0-for-PHP7/releases/tag/2.1.4a | ||
Include pChart 2.1.4b | ||
https://github.com/bozhinov/pChart2.0-for-PHP7/releases/tag/2.1.4b | ||
Remove example directory |