Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在moodle(scorm模块)中给出多项选择后,浮点结果在数据库中保存为四舍五入的整数。例如 48.66666666% 保存为 49%。 我检查了 DB 列,这是一个长文本。如何将 48.66666666 之类的值保存为 48.66? 更新: 似乎测验闪存文件将考试结果作为四舍五入的整数发送。所以创建的scorm有问题。请让我知道如何更改考试以发送未更改的结果。 我使用Wondershare Quiz Creator来创建 scorm 考试。