问题标签 [valence]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
42 浏览

desire2learn - View all requests by a Valence app/user

How do I view all requests from a specific app and match them to a specific D2L user?

Within the D2L database, REQUEST_LOGGING_USERS_PATHS_DAYS shows the requests for each user and EXT_TOKENS shows the user tokens for a specific app. How do I match the requests to a token/app?

For example, the types of questions I'm seeking to answer include: What requests has app x made yesterday? What requests has user y made while using app x? The above is very important to understand what an app is doing, how often, and the load it's putting on the D2L system (essentially, troubleshooting and performance testing).

0 投票
1 回答
95 浏览

desire2learn - 课程中学生的首次登录和最后一次登录

有没有办法使用 Valence API 获取课程中学生的第一次登录日期和最后一次登录日期?谢谢。

0 投票
1 回答
93 浏览

desire2learn - 通过desire2learn valence web services在模块上添加释放条件

我正在尝试使用 Desire2Learn 的 valence API 添加模块,这还涉及设置发布条件。我正在专门寻找在模块上添加此条件 Classlist->Group Enrollment。找不到可以在模块上添加发布条件的 API。 http://docs.valence.desire2learn.com/res/content.html

有没有人遇到过这个?应使用什么 API 通过 valence Web 服务添加释放条件?

0 投票
0 回答
113 浏览

desire2learn - 使用 valence API 将 pdf 作为内容主题上传时出现 404 错误

我一直在尝试通过他们的 valence API 将文件上传到 D2L,并且每次都收到 404 错误。这是使用标准 REST 客户端发送的请求:

路线:

标题:

帖子正文:

我们没有收到任何无效令牌错误,只是一个空白的 404 Not Found。有人可以帮助解释为什么这个请求没有通过吗?我们希望构建一个更复杂的请求,但不能让这个基本的请求首先发挥作用。

0 投票
1 回答
74 浏览

desire2learn - 价和释放条件?

有没有办法使用 Valence 向内容项添加发布条件?或者,有没有办法以某种方式以编程方式将单个内容项从一个课程产品复制到另一个课程,以保持其发布条件?

0 投票
1 回答
52 浏览

desire2learn - Can non web application make valence call?

We need a non-web C# application to create users and enrollments and like to schedule this to run daily using windows schedule job.

Questions: a. Can a non web application make valence call? b. if non web application is feasible, how to use the tokens stored in the session returning back from the shibboleth authentication?

0 投票
1 回答
56 浏览

desire2learn - 如何创建具有非整数 max_points 的成绩对象?目前 max_points 正在四舍五入到最接近的整数

我们的系统有一些问题值得一个非整数等级值(比如 1.5)。在尝试将我们的评分数据与 d2l 同步时,创建具有非整数 max_points 的成绩对象似乎会导致成绩对象的 max_points 值四舍五入到最接近的整数(在我们的 1.5 的情况下,成绩对象现在是2)。

我观察到,在 d2l 中,我可以将成绩的 max_points 设置为非整数值,因此我相信这个问题要么是错误调用 api 的结果,要么是某些舍入错误的结果api层。

我们正在使用 POST 到以下端点 /d2l/api/le/1.0/(orgUnitId)/grades/ 创建这个等级对象

使用以下成绩数据:{'IsBonus': False, 'CanExceedMaxPoints': False, 'Name': u'Question', 'ExcludeFromFinalGradeCalculation': False, 'GradeSchemeId': None, 'CategoryId': 8856, 'MaxPoints': 1.5, 'GradeType': 'Numeric', 'ShortName': '', 'Description': {'Content': u'367', 'Type': 'Text'}}

值得注意的是,在对该 POST 请求的响应中返回的对象具有正确的 max_points 值(未四舍五入)。

还有什么我们应该在 POST 请求中传递的东西,这样 max_points 就不会四舍五入了吗?

0 投票
1 回答
126 浏览

desire2learn - 使用 valence 访问测验和 turnitin.com 保管箱

我正在尝试收集有关 d2l 数据库中特定课程的测验和 turnitin.com 启用的保管箱使用情况的一些信息。我真正需要的只是一种通过 valence 判断课程是否具有启用 turnitin.com 的保管箱和/或与之关联的测验的方法,尽管其他有用的信息也会很好。有没有办法用化合价做到这一点?我应该注意,我知道如何访问标准保管箱列表,但我似乎无法找到如何判断该特定保管箱是否已启用 turnitin.com。我没有测验的起点。感谢您的帮助,如果我能澄清任何事情,请告诉我。谢谢你。

0 投票
1 回答
43 浏览

valence - IIS 日志中未记录 400 错误的原因可能是什么?

我尝试根据(拨打电话时)获取 IIS 日志GMT以及客户端时区以及收集前一天的日志,包括拨打电话当天和之后。

现在我得到了200 and 404 error codes,我没有进入400 error codes日志(或者我得到的那些与用户的通话时间戳不匹配)

是否始终记录所有 400 个错误代码,它们未显示在 IIS 日志中的原因可能是什么?

在收集日志/查询时,我们应该牢记什么具体的事情。

注意: 在收集 IIS 日志时,我似乎在文件创建等方面遇到了一些错误,这可能是原因吗?

0 投票
1 回答
60 浏览

desire2learn - 使用 valence 将考勤数据放入desire2learn

我刚开始使用 Valence,并被要求将考勤数据从刷卡设备创建的 csv 文件中放入考勤工具中。有没有人这样做过?

查克