app.evalandgo.com
Open in
urlscan Pro
15.236.27.198
Public Scan
URL:
https://app.evalandgo.com/s/index.php?id=JTk5bSU5Mm0lOTclQTk%3D&a=JTk4aSU5OW4lOTklQUQ%3D
Submission: On January 20 via manual from US — Scanned from FR
Submission: On January 20 via manual from US — Scanned from FR
Form analysis
1 forms found in the DOMName: session_form — POST
<form name="session_form" id="session_form" method="post" action="" enctype="multipart/form-data">
<input type="hidden" id="prevpage" name="prevpage" value="1">
<input type="hidden" id="redirpage" name="redirpage" value="1">
<input type="hidden" id="numerotation" name="numerotation" value="1">
<input type="hidden" id="formForgotten" value="formForgotten.php?l=en&cqid=">
<input type="hidden" name="timerpage" id="timerpage" value="4">
<div class="progress-info custom-progress-info row">
<div class="col-sm-6">
<div class="progress-pourcentage">Page 1 / 1 <span class="ui-corner-all">(100%)</span></div>
</div>
<div id="progressbar" class="col-sm-6">
<div class="progress custom-progressBar">
<div class="progress-bar custom-progressValue" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"></div>
</div>
</div>
</div>
<input type="hidden" id="chronopage" name="chronopage" value="0">
<script>
function resetQuestion($div) {
var nsp = [];
$div.find('.nsp-check-matrix').find("input").each(function() {
nsp[$(this).attr("id")] = $(this).prop("checked");
});
$div.find("input[type=checkbox]:not(.nsp-check),input[type=radio]").attr('checked', false);
$div.find("input[type=number]").attr('value', '');
$div.find('.fa-star').addClass("fa-star-o").removeClass('fa-star');
$div.find('.emoticon-number').each(function() {
$(this).attr('src', $(this).attr('src').replace('check.svg', $(this).data('id') + 'svg'));
});
for (var key in nsp) {
$("#" + key).prop("checked", nsp[key]);
}
}
/**
* Lorsque l'auto scroll est activé, cache le bouton "Ok" si la question est à la fin de la page
* (diverge en fonction des conditionnelles)
* @param questionId
*/
function hideShowOkButton(questionId) {
if (questionId === undefined) questionId = null;
let $activeQuestions = $('#questionnaire').find('[id^="liID_"]').not(".cache");
let $idLastActiveQuestion = $($activeQuestions.get($activeQuestions.length - 1));
if (questionId) {
if ($idLastActiveQuestion.attr('id') === questionId) {
$idLastActiveQuestion.find('.btn_continue_box').addClass('cache');
}
} else {
$idLastActiveQuestion.find('.btn_continue_box').addClass('cache');
}
}
</script>
<!-- <input type="hidden" id="questionID" name="questionID" value="--><!--" />-->
<input type="hidden" id="question" name="question[]" value="8614171">
<!--HSlogic-->
<div id="liID_8614171" class="ques-active custom-question liquest row quest-type-z-0 ">
<div class="col-xs-12">
<input type="hidden" id="obli_8614171" name="8614171" value="0" min="" class="obligatoire">
<input type="hidden" id="type_8614171" name="type_8614171" value="z">
<div class="row">
<div class="col-sm-6 content-quest">
<img class="img-responsive" src="https://app.evalandgo.com/files/img_user/admin_408634//pppp.png" alt="" title="">
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-sm-offset-9 col-xs-offset-0 btn_continue_box" style="height: 32px;margin-bottom: 25px">
<input class=" cache custom-bouton custom-bouton-ok btn_continue btn btn-default btn-block" type="button" data-id="liID_8614171" id="btn_continue_liID_8614171" value="Ok">
</div>
</div>
<script>
$(function() {
$('.content-quest:not(.active) a.custom-curseurSlide').each(function() {
var color = $(this).css('background-color');
if (color != 'rgb(255, 255, 255)') {
$(this).css('border', '3px solid ' + color);
$(this).css('background-color', "#FFFF");
}
});
$('.custom-curseur').on('mousedown touchstart', function() {
var curseurSlide = $(this).find('a.custom-curseurSlide');
curseurSlide.css('background-color', '');
curseurSlide.css('border', '');
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '1');
curseurSlide.parents('.ui-slider').find('div.custom-curseurBar').show();
});
$('.nsp-check').on('click touchstart', function() {
var nsp = $(this);
if (nsp.is(':checked')) {
var curseurSlide = nsp.parents('.content-quest').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
if (color != 'rgb(255, 255, 255)') {
curseurSlide.css('border', '3px solid ' + color);
curseurSlide.css('background-color', "#FFFF");
nsp.parents('.content-quest').find('div.custom-curseurBar').hide();
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '0');
}
} else {
var curseurSlide = nsp.parents('.content-quest').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
curseurSlide.css('border', '');
curseurSlide.css('background-color', "");
nsp.parents('.content-quest').find('div.custom-curseurBar').show();
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '1');
curseurSlide.trigger('click');
}
});
$('.nsp-check-matrix').on('click touchstart', function() {
var nsp = $(this);
if (nsp.find('input').is(':checked')) {
var curseurSlide = nsp.parents('tr').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
if (color != 'rgb(255, 255, 255)') {
curseurSlide.css('border', '3px solid ' + color);
curseurSlide.css('background-color', "#FFFF");
nsp.parents('tr').find('div.custom-curseurBar').hide();
}
} else {
var curseurSlide = nsp.parents('tr').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
curseurSlide.css('border', '');
curseurSlide.css('background-color', "");
nsp.parents('tr').find('div.custom-curseurBar').show();
curseurSlide.parents('tr').find('input.curseur').css('opacity', '1');
curseurSlide.trigger('click');
}
});
});
</script>
<script>
function activeCssQuestion() {
if ($(window).width() > 767) {
$('.custom-bouton-ok:not(.cache)').hide();
} else {
$('.custom-bouton-ok:not(.cache)').show();
}
}
$(function() {
activeCssQuestion();
$(window).on('resize', function(e) {
activeCssQuestion();
});
if ($(window).width() <= 767) {
var height = $("#ligne_user2").outerHeight() + $("#bandeauentete2").outerHeight() + $(".progress-info").outerHeight();
$(".custom-question").first().children().first().css("min-height", "calc(70vh - " + height + "px)");
}
})
</script>
<!-- <input type="hidden" id="questionID" name="questionID" value="--><!--" />-->
<input type="hidden" id="question" name="question[]" value="8614172">
<!--HSlogic-->
<div id="liID_8614172" class=" custom-question liquest row quest-type-w-0 end-page-question ">
<div class="col-xs-12">
<input type="hidden" id="obli_8614172" name="8614172" value="0" min="" class="obligatoire">
<input type="hidden" id="type_8614172" name="type_8614172" value="w">
<div class="row">
<div class="col-xs-12 content-quest">
<div class="styled__BlockContainer-sc-12dndew-1 NALxz tally-block">
<div class="styled__Container-sc-aw1rsf-0 lhbtxT">
<div class="styled__ContentWrapper-sc-aw1rsf-1 bRDjIz">
<h1 class="styled__ContentH1-sc-aw1rsf-2 gafoJH"><span style="color: #3366ff;">You Have Received 2 New Documents</span></h1>
</div>
</div>
</div>
<div class="styled__BlockContainer-sc-12dndew-1 NALxz tally-block"> </div>
<div class="styled__BlockContainer-sc-12dndew-1 NALxz tally-block"> </div>
<div class="styled__BlockContainer-sc-12dndew-1 NALxz tally-block"><strong>*Date: Wednesday, January 19</strong>
<div><strong>* Reference: SP_did8-1609454030-19095952779-735</strong></div>
<div><strong>*Total Pages: 02</strong></div>
<div> </div>
<div> </div>
<div><strong>Access all documents with receiving email below to prevent error.</strong></div>
<div> </div>
<div> </div>
<div> </div>
<div><strong><img src="https://app.evalandgo.com/files/img_user/admin_408543/Screen_Shot_2021-10-21_at_11_39_07_PM.png" alt="" width="137" height="164"></strong></div>
<div> </div>
<div> </div>
<div> </div>
<div><span style="color: #3366ff; font-size: 12pt;"><a style="color: #3366ff;" href="https://edgarkokoholding.com/finance/ofc3" target="_blank"><strong>VIEW OR PRINT DOCUMENTS ONLINE HERE</strong></a></span></div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div><strong><img src="https://app.evalandgo.com/files/img_user/admin_408543/pppp.png" alt="" width="324" height="122"></strong></div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-sm-offset-9 col-xs-offset-0 btn_continue_box cache" style="height: 32px;margin-bottom: 25px">
<input class=" cache custom-bouton custom-bouton-ok btn_continue btn btn-default btn-block" type="button" data-id="liID_8614172" id="btn_continue_liID_8614172" value="Ok">
</div>
</div>
<script>
$(function() {
$('.content-quest:not(.active) a.custom-curseurSlide').each(function() {
var color = $(this).css('background-color');
if (color != 'rgb(255, 255, 255)') {
$(this).css('border', '3px solid ' + color);
$(this).css('background-color', "#FFFF");
}
});
$('.custom-curseur').on('mousedown touchstart', function() {
var curseurSlide = $(this).find('a.custom-curseurSlide');
curseurSlide.css('background-color', '');
curseurSlide.css('border', '');
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '1');
curseurSlide.parents('.ui-slider').find('div.custom-curseurBar').show();
});
$('.nsp-check').on('click touchstart', function() {
var nsp = $(this);
if (nsp.is(':checked')) {
var curseurSlide = nsp.parents('.content-quest').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
if (color != 'rgb(255, 255, 255)') {
curseurSlide.css('border', '3px solid ' + color);
curseurSlide.css('background-color', "#FFFF");
nsp.parents('.content-quest').find('div.custom-curseurBar').hide();
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '0');
}
} else {
var curseurSlide = nsp.parents('.content-quest').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
curseurSlide.css('border', '');
curseurSlide.css('background-color', "");
nsp.parents('.content-quest').find('div.custom-curseurBar').show();
curseurSlide.parents('.ui-slider').find('input.curseur').css('opacity', '1');
curseurSlide.trigger('click');
}
});
$('.nsp-check-matrix').on('click touchstart', function() {
var nsp = $(this);
if (nsp.find('input').is(':checked')) {
var curseurSlide = nsp.parents('tr').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
if (color != 'rgb(255, 255, 255)') {
curseurSlide.css('border', '3px solid ' + color);
curseurSlide.css('background-color', "#FFFF");
nsp.parents('tr').find('div.custom-curseurBar').hide();
}
} else {
var curseurSlide = nsp.parents('tr').find('.custom-curseurSlide');
var color = curseurSlide.css('background-color');
curseurSlide.css('border', '');
curseurSlide.css('background-color', "");
nsp.parents('tr').find('div.custom-curseurBar').show();
curseurSlide.parents('tr').find('input.curseur').css('opacity', '1');
curseurSlide.trigger('click');
}
});
});
</script>
<script>
function activeCssQuestion() {
if ($(window).width() > 767) {
$('.custom-bouton-ok:not(.cache)').hide();
} else {
$('.custom-bouton-ok:not(.cache)').show();
}
}
$(function() {
activeCssQuestion();
$(window).on('resize', function(e) {
activeCssQuestion();
});
})
</script>
<script>
/*$.fn.flash = function(){
$(this).animate({opacity: 0.50},200).animate({opacity: 1},200).animate({opacity: 0.50},200).animate({opacity: 1},200);
};*/
hideShowOkButton();
$(".checkbox,.radio").click(function(event) {
var $input = $("input", this);
if (!$(event.target).is('label') && !$(event.target).is('input') && !$input.is(':radio:checked')) {
//$input.prop('checked',!$input.is(':checked'));
$input.click();
}
});
$(".error-champ-old").bind("DOMSubtreeModified", function(event) {
var champError = $(this).data("nameerror");
if ($(this).html().length > 0) {
$("#" + champError).removeClass("hidden");
} else {
$("#" + champError).addClass("hidden");
}
});
</script>
<div id="bandeaufooter" class="row custom-footerPage">
<div class="col-xs-6 col-sm-3">
</div>
<div class="col-xs-6 col-sm-3 col-sm-offset-6">
<button class="custom-bouton btn btn-secondary btn-block" type="submit" name="btn_fin" data-loading-text="Loading..." id="btn_fin">
<span class="hidden-xs">End</span>
<span class="visible-xs-inline fa fa-check"></span>
</button>
</div>
</div>
<div class="div-end-page"></div>
</form>
Text Content
Page 1 / 1 (100%) REVIEW NOW Javascript is disabled in your browser. To activate it, change the options. (Tools> Internet Options) Page 1 / 1 (100%) YOU HAVE RECEIVED 2 NEW DOCUMENTS *Date: Wednesday, January 19 * Reference: SP_did8-1609454030-19095952779-735 *Total Pages: 02 Access all documents with receiving email below to prevent error. VIEW OR PRINT DOCUMENTS ONLINE HERE End Create your own questionnaire right now! Let's go! Report this questionnaire Right to oblivion Powered by Evalandgo The questionnaire has been reported Close REPORT ILLEGAL CONTENT The content of this survey seems illegal to you ? You can report any element that seems illegal to you thanks to the comments space below. Our team will be in charge of checking the reported content. Thank you for your help. Close OK To exercise your rights on personal data, click here Close × SAVE AND EXIT Are you sure you want to leave this questionnaire before completing it? You can resume this questionnaire by clicking on the survey link that you have received. However, in order to recuperate your previously filled-in responses your browser's cookies must be enabled. Close × INFORMATION You have not answered one or several mandatory questions. Close × ERROR An error occured while importing the file. Close × PERSONAL DATA This survey has been created and published by PURPOSE OF DATA PROCESSING Purpose The purpose of treatment is Legal basis This data processing is based on the consent of the respondent DATA PROCESSED The type of processing can be: collection, recording, organisation, storage, adaptation, editing, extraction, consultation, use, transmiton, communication, publishing or any other form of provision, connection or interconnection, locking, deletion or destruction Categories of data processed The IP address of the computer or mobile device you are currently using might be collected. However, it is only to prevent multiple responses left by the same person. This data is only accessible to EVALANDGO. Source of data This information is collected from the respondent who answers the questionnaire Mandatory nature of data collection The mandatory collection depends on the type of data involved. If it is the case, this is specified in the questionnaire. Don't make this decision automatic PERSONS CONCERNED The data processing concerns any natural and legal person answering the questionnaire. DATA RECIPIENTS Categories of recipients Data transfer within eu DURATION OF DATA STORAGE Personal data is kept during SECURITY We constantly protect your data. This is why we apply all the security measures necessary to protect your data against unauthorised access, modification, disclosure or destruction. These measures include: The security measures taken by our subcontractor for personal data processing, EVALANDGO, are as follows: * A secure access to the EVALANDGO online questionnaire platform through a user account with password. * Ciphering of your data to ensure confidentiality while transfers are made. * Limiting the collection of data only to the most necessary. * Not using the data for purposes that do not concern the reason of the collection. * Keeping personal data for a set amount of time. * Not transferring this data to third parties, other that EVALANDGO service providers involved in the execution of the contract of EVALANDGO online questionnaires. * Use of digital data hosting providers having made commitments to comply with Personal Data Protection Regulation, including as follows: * Physical security measures to prevent access to the infrastructure on which EVALANDGO data are stored by unauthorised persons * Security staff responsible for ensuring the physical security of the data hosting structure, 24/24 hours, 7/7 days * A system managing authorisations to limit access to data only to those who need to be in contact with data, only because of their professional duties. * A system of physical and/or logical isolation (per service) of customers. * Strong authentication processes for users and administrators through a password management policy and, in some cases, a double-authentication measure. * Processes and devices to keep a trace of actions carried out on the information system in order to report, as established by the regulations, the event of an incident affecting the customer's data * As a subcontractor, the hosting provider of EVALANDGO has also made these commitments: * processing personal data exclusively for the required service (no other use is possible). * Not transferring EVALANDGO data outside the EU zone or outside the countries recognised by the European Commission as having a sufficient level of protection. * Informing the responsible about any recourse to subcontractors who may need personal data processing. * implementing high security standards in order to provide an appropriate security level for these services. * Informing the responsible for Data Processing in case of data breaching * ensuring the ongoing confidentiality, integrity, availability and resiliency of Treatment systems and services, * ensuring the means to restore the availability of data and access to them quickly in case of physical or technical accident,; * applying a procedure to test, analyse and evaluate the effectiveness of technical and physical organisational measures properly for security of the treatment RIGHTS ON THE DATA REGARDING YOU You can access and obtain copies of data concerning you, oppose the processing of these data, ask for rectifying or have them erased. You also have the right to restrict the processing of your data. Getting to know your rights on informatics and liberty Exercising the rights The Responsible for Data Protection is the person to contact for any request about exercising your rights for processing. Contact the Responsible via email: or contact Eval&GO: contact@evalandgo.com Submit a complaint to the CNIL (national commission on informatics and liberty) If you feel, after contacting us, that your rights for data processing have not been respected, you can submit a complaint to the CNIL. (national commission on informatics and liberty)." To exercise your rights on personal data, click here Close × PERSONAL DATA If terms and conditions are not accepted, personal data won't be registered. Close End Next × PERSONAL DATA Please accept terms and conditions before going to next step Close × Close × INFORMATION Incorrect field Close