From eac541615cad219845af16e6c8a3cc9b3761d8a7 Mon Sep 17 00:00:00 2001
From: Angel Fernando Quiroz Campos
Date: Wed, 9 Dec 2015 12:05:58 -0500
Subject: [PATCH 01/12] Add Bootstrap style to Delineation form - refs #7705
---
main/exercice/hotspot_admin.inc.php | 239 +++++++++++++++-------------
1 file changed, 125 insertions(+), 114 deletions(-)
diff --git a/main/exercice/hotspot_admin.inc.php b/main/exercice/hotspot_admin.inc.php
index 5c7563d749..70316011eb 100755
--- a/main/exercice/hotspot_admin.inc.php
+++ b/main/exercice/hotspot_admin.inc.php
@@ -569,7 +569,7 @@ if ($modifyAnswers) {
-
+
+
+
+
+
+
+
+
+
+
+
+
+
|
@@ -895,7 +903,7 @@ if ($modifyAnswers) {
if ($answerType == HOT_SPOT_DELINEATION) {
if ($_SESSION['tmp_answers']['hotspot_type'][$i] == 'oar') {
?>
-
+
-
+
|
selectFeedbackType() == EXERCISE_FEEDBACK_TYPE_DIRECT) { ?>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
|
From 60ababa9128186eaae52d881e067f92583609e0e Mon Sep 17 00:00:00 2001
From: jmontoyaa
Date: Thu, 10 Dec 2015 07:59:49 +0100
Subject: [PATCH 02/12] Fix SOAP-ENC definition see BT#10566
---
main/webservices/courses_list.soap.php | 2 +-
main/webservices/registration.soap.php | 2 +-
main/webservices/user_info.soap.php | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/main/webservices/courses_list.soap.php b/main/webservices/courses_list.soap.php
index 9e1be78e11..d98b6641fb 100755
--- a/main/webservices/courses_list.soap.php
+++ b/main/webservices/courses_list.soap.php
@@ -44,7 +44,7 @@ $server->wsdl->addComplexType(
'SOAP-ENC:Array',
array(),
array(
- array('ref'=>'SOAP:ENC:arrayType',
+ array('ref'=>'SOAP-ENC:arrayType',
'wsdl:arrayType'=>'tns:courseDetails[]')
),
'tns:courseDetails'
diff --git a/main/webservices/registration.soap.php b/main/webservices/registration.soap.php
index 0bb6a0f074..6aee97b3e8 100755
--- a/main/webservices/registration.soap.php
+++ b/main/webservices/registration.soap.php
@@ -6299,7 +6299,7 @@ $server->wsdl->addComplexType(
'SOAP-ENC:Array',
array(),
array(
- array('ref'=>'SOAP:ENC:arrayType',
+ array('ref'=>'SOAP-ENC:arrayType',
'wsdl:arrayType'=>'tns:certificateDetails[]')
),
'tns:certificateDetails'
diff --git a/main/webservices/user_info.soap.php b/main/webservices/user_info.soap.php
index 2c08c83c58..8eddd3f9b3 100755
--- a/main/webservices/user_info.soap.php
+++ b/main/webservices/user_info.soap.php
@@ -42,7 +42,7 @@ $server->wsdl->addComplexType(
'SOAP-ENC:Array',
array(),
array(
- array('ref'=>'SOAP:ENC:arrayType',
+ array('ref'=>'SOAP-ENC:arrayType',
'wsdl:arrayType'=>'tns:courseDetails[]')
),
'tns:courseDetails'
@@ -120,7 +120,7 @@ $server->wsdl->addComplexType(
'SOAP-ENC:Array',
array(),
array(
- array('ref'=>'SOAP:ENC:arrayType',
+ array('ref'=>'SOAP-ENC:arrayType',
'wsdl:arrayType'=>'tns:eventDetails[]')
),
'tns:eventDetails'
From 3b081e01f63239f5a80676c39ec6dd0bbbe72093 Mon Sep 17 00:00:00 2001
From: Angel Fernando Quiroz Campos
Date: Thu, 10 Dec 2015 17:49:39 -0500
Subject: [PATCH 03/12] Add library to create Delineation questions - refs
#7705
---
main/plugin/hotspot2/js/hotspot.js | 538 ++++++++++++++++++++++++++++-
1 file changed, 537 insertions(+), 1 deletion(-)
diff --git a/main/plugin/hotspot2/js/hotspot.js b/main/plugin/hotspot2/js/hotspot.js
index 3d2325104a..e74c3d5035 100755
--- a/main/plugin/hotspot2/js/hotspot.js
+++ b/main/plugin/hotspot2/js/hotspot.js
@@ -399,7 +399,7 @@ var HotspotQuestion = (function () {