Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mod_lticontainer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor statistics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Fumi Iseki
mod_lticontainer
Wiki
mod_lticontainer (J)
mod_lticontainer (J)
· Changes
Page history
mod_lticontainer (J) を更新
authored
1 year ago
by
Fumi Iseki
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mod_lticontainer-(J).md
+10
-0
10 additions, 0 deletions
mod_lticontainer-(J).md
with
10 additions
and
0 deletions
mod_lticontainer-(J).md
View page @
ef72b4e8
...
@@ -258,6 +258,16 @@ adminユーザで Moodleにログインする
...
@@ -258,6 +258,16 @@ adminユーザで Moodleにログインする
1.
トークンを mod_lticontainer の設定画面の "
**Settings of Dashboard and Charts**
" / "
**XML-RPC Token for Web services**
" に設定する.
1.
トークンを mod_lticontainer の設定画面の "
**Settings of Dashboard and Charts**
" / "
**XML-RPC Token for Web services**
" に設定する.
## 未サポート
#### Moodle with CentOS7
-
**openssh-askpass**
パッケージが必要.
-
podman-remote で --url オプションが使用できないので,docker をインストールする.
#### Moodle 3.9.0 以下
-
Moodle 3.9.0 以下では lti プラグインのカスタムパラメータを保存するカラムが VARCHAR(255) であるため,カスタムパラメータが255バイトを超えると,データベースへの書き込みに失敗する.
-
どうしても3.9.0 以下で動かしたい場合は以下のコマンドで,instructorcustomparameters カラムを longtext に変換する.
-- ALTER TABLE mdl_lti MODIFY COLUMN instructorcustomparameters longtext;
## 運用例
## 運用例
### 課題の作成と回収
### 課題の作成と回収
##### 課題の作成
##### 課題の作成
...
...
This diff is collapsed.
Click to expand it.