使用这个例子(Surveyjs Library) Surveyjs-recat-quickstart我不知道如何在这个例子中连接我的Mysql数据库,我知道我想为每种类型的问题添加一个分数(例如单选问题(item1_score = 2,item2_score =4 ...))
发布于 2019-06-19 20:58:14
您可以检查这个repo - https://github.com/surveyjs/surveyjs-nodejs,特别是这个文件- https://github.com/surveyjs/surveyjs-nodejs/blob/master/mysqldbadapter.js
https://stackoverflow.com/questions/56631540
相似问题