domoscio_rails 0.2.11 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4b269ed19627776ac6673f9eacf0a1a3481ef4b
4
- data.tar.gz: d544774fe697c01b9d28f0d1011a9d04f612b558
3
+ metadata.gz: f3eace41e37214c6a5a2649420cb57edd98ec923
4
+ data.tar.gz: c87f19311410ae698ff78abb40a607a1f12d0103
5
5
  SHA512:
6
- metadata.gz: 74c0574c0f5f4f5e88a10fc8d80f52fdf89eec9cc9aeaac2ae8d86e38c5aa23511609c39302d859a4006adb452f755157d94162097de1213d05483d7fa7ee9e6
7
- data.tar.gz: 37a8d05e374175c3d0c20dad1932ef2f75c37f7b9e1f3b1fdd58f4ff8c2b762d8d07f4dc365281b6713ce42a78cd0664f596c640ceaace2d4dea2019dc6fbb46
6
+ metadata.gz: 79285394f183ebd822d66d1cab36a6185d7a6561d5a7cbf6ec01096a85c583c964b4aebaf1fab3fe07fc2fcf1ad3263f48edb3b2e256e09b3aa9361c8239a8cc
7
+ data.tar.gz: d0f7faa57bd977033263b18fbcfab376027ad946105be2a25525cf9797744f8aede2b6309e204464366d7bb9f428897984c294d0dbe3a2f2a59e36af6c50d316
@@ -19,6 +19,7 @@ require 'domoscio_rails/adaptative/deterministic/rule_condition'
19
19
  require 'domoscio_rails/adaptative/predictive/objective'
20
20
  require 'domoscio_rails/adaptative/predictive/objective_student'
21
21
  require 'domoscio_rails/adaptative/predictive/objective_knowledge_node_student'
22
+ require 'domoscio_rails/adaptative/predictive/objective_knowledge_node'
22
23
  require 'domoscio_rails/adaptative/recommendation'
23
24
  require 'domoscio_rails/path/learning_path'
24
25
  require 'domoscio_rails/content/content'
@@ -0,0 +1,6 @@
1
+ module DomoscioRails
2
+ # An objective knowledge node.
3
+ class ObjectiveKnowledgeNode < Resource
4
+ include DomoscioRails::HTTPCalls::Fetch
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = "0.2.11"
2
+ VERSION = "0.2.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
@@ -41,6 +41,7 @@ files:
41
41
  - lib/domoscio_rails/adaptative/deterministic/rule_input.rb
42
42
  - lib/domoscio_rails/adaptative/deterministic/rule_output.rb
43
43
  - lib/domoscio_rails/adaptative/predictive/objective.rb
44
+ - lib/domoscio_rails/adaptative/predictive/objective_knowledge_node.rb
44
45
  - lib/domoscio_rails/adaptative/predictive/objective_knowledge_node_student.rb
45
46
  - lib/domoscio_rails/adaptative/predictive/objective_student.rb
46
47
  - lib/domoscio_rails/adaptative/recommendation.rb