我们能将R/Exams扩展到包括Brightspace LMS吗?

huangapple go评论54阅读模式
英文:

Could we extend R/Exams to include the Brightspace LMS?

问题

我是R/exams的热心用户,这是一个很棒的系统,已经彻底改变了我使用我们大学的LMS的方式。但现在我们要从Moodle迁移到Brightspace。我在想,是否可能开发一个exams2brightspace()函数。

谢谢
尤金

使用exams2moodle()将题库导入到Moodle,然后将XML文件导出到Brightspace,对于少量问题来说是可行的,但对于复杂的内容(答案表格、生成的图像...)系统处理得很糟糕。

英文:

I'm an enthuastic user of R/exams, it's a wonderful system and it has revolutionised my use of our university's LMS. But now we're moving from Moodle to Brightspace. I'm wondering, would it be possible to develop an exams2brightspace() function.

Thanks
Eugene

Importing a question bank in to moodle using exams2moodle() and then exporting the XML file to brightspace works for a limited number of questions, but anything complicated (answer tables, generated images...) gets butchered by the system.

答案1

得分: 0

有几位 R/exams 用户一直在尝试各种方法来将他们的练习导出到 Brightspace/D2L。其中没有一个方法是完美的,但有一些方法是可行的,尽管在 Brightspace 的不同版本中细节会发生变化。此外,没有适当的 Brightspace 文档来解释什么方法有效以及如何操作,因此需要进行大量的尝试和错误。

最近在 StackOverflow 上的讨论可能是这个:https://stackoverflow.com/questions/65754415/r-exams-d2l-multiple-choice-question-doesnt-select-correct-answer

这还包括链接到我们的 R-Forge 论坛上进一步讨论的链接。

总之:编写一个 Brightspace/D2L 接口是可行的,但并不简单。我建议您从以前的讨论中尝试之前的建议,然后继续在那里进行讨论。

英文:

Several R/exams users have been working with various workarounds to export their exercises to Brightspace/D2L. None of these were perfect but some were doable but the details changed across Brightspace releases. Also, there was no proper Brightspace documentation that would explain what works and how, so a lot of trial and error was involed.

The most recent discussion here on StackOverflow was this, I think: https://stackoverflow.com/questions/65754415/r-exams-d2l-multiple-choice-question-doesnt-select-correct-answer

This also includes links to further discussions in our R-Forge forum.

In summary: It should be doable to write a Brightspace/D2L interface but it's not straightforward. I would recommend that you start trying the suggestions from previous threads and then continue the discussion there.

huangapple
  • 本文由 发表于 2023年6月8日 17:26:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/76430412.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定