如何通过LimeSurvey中的Id获取问题的详细信息


How to get questions details by their Id in LimeSurvey

我正试图通过给出问题ID来从数据库中获取问题的详细信息。我检查了他们的文档,加上无法从api 中找到东西

最佳解决方案:使用API:http://api.limesurvey.org/classes/remotecontrol_handle.html#method_get_question_properties

A替代:查看代码https://github.com/LimeSurvey/LimeSurvey/blob/master/application/models/Question.php#L78