Hi,
I've recently downloaded the latest stable version of LimeSurvey. This is my version.php file:
$config = '3.0.5'; //The current version of this branch, LS3
$config = 345;
$config = '180118';
$config = true;
$config = '30008';
I am trying to implement a cutom question type, following the instructions that are described in
github.com/LimeSurvey/LimeSurvey/blob/ma...s/question/README.md
.
I use the structure exactly as described in the guidelines and I copied an existing type of question (multiple choice question type). Unfortunately, I am not able to see my new question type in LimeSurvey question type menu.
Is there anything else I should do in order to "register" the new custom type into my LimeSurvey installation?
I'm attaching the config file of the custom type of question as well as a picture of the structure of my upload folder.
Thanks in advance