mumukit-flow 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +13 -0
- data/.rspec +3 -0
- data/.ruby-version +1 -0
- data/.travis.yml +14 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +3 -0
- data/LICENSE.txt +21 -0
- data/README.md +35 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/mumukit/flow.rb +13 -0
- data/lib/mumukit/flow/adaptive_assignment.rb +22 -0
- data/lib/mumukit/flow/adaptive_item.rb +84 -0
- data/lib/mumukit/flow/navigation.rb +3 -0
- data/lib/mumukit/flow/navigation/parent_navigation.rb +24 -0
- data/lib/mumukit/flow/navigation/siblings_navigation.rb +22 -0
- data/lib/mumukit/flow/navigation/terminal_navigation.rb +21 -0
- data/lib/mumukit/flow/suggesting.rb +24 -0
- data/lib/mumukit/flow/suggestion.rb +28 -0
- data/lib/mumukit/flow/version.rb +5 -0
- data/mumukit-flow.gemspec +28 -0
- metadata +121 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 329de3a3bc7cb5e1ab5bc068c194f6b87579dc833ffa2d9e22b29bd2aa099bb9
|
4
|
+
data.tar.gz: ab4812c18939b9b232bee5146934cac8616e2e21422bed847fa8d4ca8327c157
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5f513eb4881d239e6b63d417b8c7c31f6b13112308afc15eef3bc4b76f6a8869a2ab913e9a50d33847b3de3c0fcc481ae26c5461fd66abcf08c3fe87a09242ca
|
7
|
+
data.tar.gz: c7ca33e45a160a6aa1808e43a148b9f96b08cdab965202c5a16811ef0e54444d255548cab502d8e9d34be96ba76c6c3771a33bff0ef328c8353947ada5996685
|
data/.gitignore
ADDED
data/.rspec
ADDED
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.6.3
|
data/.travis.yml
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
sudo: false
|
2
|
+
language: ruby
|
3
|
+
rvm:
|
4
|
+
- 2.6.3
|
5
|
+
before_install: gem install bundler -v 2.0.2
|
6
|
+
deploy:
|
7
|
+
provider: rubygems
|
8
|
+
api_key:
|
9
|
+
secure: QJGxN+Nm6yYh/5463NgdOYye/MKNDnsxYRkczdt9I0UCF33hhyn4i8tS5m7IbhPkQJLJqRQTMHy0rLM7CXJZ0KrI33F+meDin36GerWBFGXjBv3UatzaoM2BQpDQzPbrLKNB52HouchVoXY56Y2elf4Od6qLmhqoXa2RXsA0AA2t9e4GN4/iTHE4aGePPKUVTWLNMTMMPe2TlXADSdw03DgLiSk/K8ZTUYpK4T+cxn/SjmpXNrBMIktrznOVTcNpG0FyBMxpW2dVLqa4sVMeKt+cT4aiQfvJXkbxEXHm0ZM95rpiNpAiyD2Yno9+AC2kO3A32PTMSbHS6Taq2z3A6quTYaxrVbv/N7ZXZIlNKyG1ukj3H6CXdC9pkBF80c8bEy7yGVy0b2Wwx5LEuGiv6wwEZNsqoccJyP1Jgw+3qaP5TW+HCGgJxgIngX019MTZzGHEC443imJuhuB5ZOM/jtqRvE1XGWcFNarg+Id+0KTkDLRAt8QeIesBOfo1ziSUIZS9tn2LbYm701PIuK63KwkVMsnMKHNoOAybJd0zc64EvEjOGSV5+bmDPFDPbhiRviNm5YRtQCuKq3OUlYU1J8HpQk56UEGjBwcoDFv+IAqDCZnVvw1xor/6hVNJnVlS/k+4EUf9Bnt+BGd2rnpzyJIXadmcTHnZOuSi8rEkiSM=
|
10
|
+
gem: mumukit-flow
|
11
|
+
on:
|
12
|
+
tags: true
|
13
|
+
repo: mumuki/mumukit-flow
|
14
|
+
skip_cleanup: 'true'
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at franco@mumuki.org. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 Franco Bulgarelli
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
# Mumukit::Flow
|
2
|
+
|
3
|
+
> An adaptive flow implementation for the Mumuki Platform
|
4
|
+
|
5
|
+
This gem implements an adaptive flow - it considers a student's performance to respond to the question _what exercise should come next?_. It does not address other aspects of the platform like code evaluation, submission flow UI or feedback provision, but it does implement some navigation-related aspects.
|
6
|
+
|
7
|
+
The initial work on this gem is based on Marco Moresi's Computer Science Thesis from the Faculty of Mathematics, Algebra and Physics, University of Córdoba, Argentina, which can be found in [this repository](https://github.com/mrcmoresi/msc-thesis).
|
8
|
+
|
9
|
+
At a glance, it supports five types of suggestions:
|
10
|
+
|
11
|
+
* `continue`: go to the next exercise
|
12
|
+
* `revisit`: try again an exercise the student manually skipped
|
13
|
+
* `skip`: go faster to more advanced exercises by skipping practice exercises when performing very well
|
14
|
+
* `reinforce`: go to an easier exercise, to better grasp the concepts that prove difficult for the student
|
15
|
+
* `none`: nothing to suggest
|
16
|
+
|
17
|
+
They are implemented as `Mumukit::Flow::Suggestion`s: `Mumukit::Flow::Suggestion::Continue`, `Mumukit::Flow::Suggestion::Revisit`, `Mumukit::Flow::Suggestion::Skip`, `Mumukit::Flow::Suggestion::Reinforce` and `Mumukit::Flow::Suggestion::None`.
|
18
|
+
|
19
|
+
## Development
|
20
|
+
|
21
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
22
|
+
|
23
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
24
|
+
|
25
|
+
## Contributing
|
26
|
+
|
27
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mumuki/mumukit-flow. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
28
|
+
|
29
|
+
## License
|
30
|
+
|
31
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
32
|
+
|
33
|
+
## Code of Conduct
|
34
|
+
|
35
|
+
Everyone interacting in the Mumukit::Flow project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mumuki/mumukit-flow/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "mumukit/flow"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
data/lib/mumukit/flow.rb
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
require 'mumukit/flow/version'
|
2
|
+
require 'mumukit/core'
|
3
|
+
|
4
|
+
module Mumukit
|
5
|
+
module Flow
|
6
|
+
end
|
7
|
+
end
|
8
|
+
|
9
|
+
require_relative 'flow/navigation'
|
10
|
+
require_relative 'flow/suggesting'
|
11
|
+
require_relative 'flow/suggestion'
|
12
|
+
require_relative 'flow/adaptive_assignment'
|
13
|
+
require_relative 'flow/adaptive_item'
|
@@ -0,0 +1,22 @@
|
|
1
|
+
module Mumukit::Flow
|
2
|
+
module AdaptiveAssignment
|
3
|
+
|
4
|
+
required :solved?
|
5
|
+
|
6
|
+
def easy?
|
7
|
+
solved? && submissions_count <= max_submissions_for_easy
|
8
|
+
end
|
9
|
+
|
10
|
+
def hard?
|
11
|
+
submissions_count >= min_submissions_for_hard
|
12
|
+
end
|
13
|
+
|
14
|
+
def max_submissions_for_easy
|
15
|
+
3
|
16
|
+
end
|
17
|
+
|
18
|
+
def min_submissions_for_hard
|
19
|
+
10
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,84 @@
|
|
1
|
+
module Mumukit::Flow
|
2
|
+
module AdaptiveItem
|
3
|
+
include Mumukit::Flow::Suggesting
|
4
|
+
|
5
|
+
required :assignment
|
6
|
+
required :structural_children
|
7
|
+
required :structural_parent
|
8
|
+
required :tags
|
9
|
+
|
10
|
+
delegate :solved?, :submitter, to: :@assignment
|
11
|
+
|
12
|
+
def tagged_as?(tag)
|
13
|
+
tags.include? tag
|
14
|
+
end
|
15
|
+
|
16
|
+
def no_tags?
|
17
|
+
tags.empty?
|
18
|
+
end
|
19
|
+
|
20
|
+
def should_skip_next_item?
|
21
|
+
similar_easy_siblings_for_every_tag? if next_item&.skippable?
|
22
|
+
end
|
23
|
+
|
24
|
+
def skippable?
|
25
|
+
practice?
|
26
|
+
end
|
27
|
+
|
28
|
+
def end_reached?
|
29
|
+
next_item.nil?
|
30
|
+
end
|
31
|
+
|
32
|
+
private
|
33
|
+
|
34
|
+
def set_adaptive_assignment!(submitter)
|
35
|
+
@assignment = assignment_for submitter
|
36
|
+
@assignment.skip_if_pending!
|
37
|
+
end
|
38
|
+
|
39
|
+
def next_item
|
40
|
+
@next_item ||= next_items.first
|
41
|
+
end
|
42
|
+
|
43
|
+
def next_items
|
44
|
+
sorted_pending_siblings.select { |it| it.number > number }
|
45
|
+
end
|
46
|
+
|
47
|
+
def sorted_pending_siblings
|
48
|
+
pending_siblings.sort_by(&:number)
|
49
|
+
end
|
50
|
+
|
51
|
+
def pending_siblings
|
52
|
+
solved_items = solved_siblings_by(submitter).map(&:item)
|
53
|
+
structural_parent.structural_children - solved_items
|
54
|
+
end
|
55
|
+
|
56
|
+
def first_pending_sibling
|
57
|
+
sorted_pending_siblings.first
|
58
|
+
end
|
59
|
+
|
60
|
+
def pending_siblings?
|
61
|
+
pending_siblings.present?
|
62
|
+
end
|
63
|
+
|
64
|
+
def solved_siblings_by(submitter)
|
65
|
+
structural_parent.exercise_assignments_for(submitter).compact.select(&:solved?)
|
66
|
+
end
|
67
|
+
|
68
|
+
def similar_easy_siblings_for_every_tag?
|
69
|
+
next_item.tags.all? { |tag| easy_tag?(tag) } unless next_item.no_tags?
|
70
|
+
end
|
71
|
+
|
72
|
+
def easy_tag?(tag)
|
73
|
+
easy_siblings_with(tag).count >= min_easy_siblings_for_skipping
|
74
|
+
end
|
75
|
+
|
76
|
+
def easy_siblings_with(tag)
|
77
|
+
solved_siblings_by(submitter).select { |sibling| sibling.easy? && sibling.item.tagged_as?(tag) }
|
78
|
+
end
|
79
|
+
|
80
|
+
def min_easy_siblings_for_skipping
|
81
|
+
2
|
82
|
+
end
|
83
|
+
end
|
84
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
module Mumukit::Flow::ParentNavigation
|
2
|
+
def leave(user)
|
3
|
+
navigable_parent.next_for(user)
|
4
|
+
end
|
5
|
+
|
6
|
+
def navigation_end?
|
7
|
+
false
|
8
|
+
end
|
9
|
+
|
10
|
+
def navigable_name
|
11
|
+
defaulting_name { super }
|
12
|
+
end
|
13
|
+
|
14
|
+
def navigable_parent
|
15
|
+
structural_parent.usage_in_organization
|
16
|
+
end
|
17
|
+
|
18
|
+
private
|
19
|
+
|
20
|
+
def defaulting_name(&block)
|
21
|
+
navigable_parent.defaulting(name, &block)
|
22
|
+
end
|
23
|
+
end
|
24
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
module Mumukit::Flow::SiblingsNavigation
|
2
|
+
def next_for(user)
|
3
|
+
pending_siblings_for(user).select { |it| it.number > number }.sort_by(&:number).first
|
4
|
+
end
|
5
|
+
|
6
|
+
def restart(user)
|
7
|
+
pending_siblings_for(user).sort_by(&:number).first
|
8
|
+
end
|
9
|
+
|
10
|
+
def siblings
|
11
|
+
structural_parent.structural_children
|
12
|
+
end
|
13
|
+
|
14
|
+
#TODO reestablish this after indicators reliably linked to assignments
|
15
|
+
# def pending_siblings_for(user, organization=Organization.current)
|
16
|
+
# siblings.reject { |it| it.progress_for(user, organization).completed? }
|
17
|
+
# end
|
18
|
+
|
19
|
+
def navigable_name
|
20
|
+
"#{number}. #{name}"
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
module Mumukit::Flow
|
2
|
+
module Suggesting
|
3
|
+
def next_suggested_item_for(submitter)
|
4
|
+
set_adaptive_assignment!(submitter)
|
5
|
+
next_item_suggestion(submitter).item
|
6
|
+
end
|
7
|
+
|
8
|
+
private
|
9
|
+
|
10
|
+
def next_item_suggestion(submitter)
|
11
|
+
if end_reached?
|
12
|
+
if pending_siblings?
|
13
|
+
Mumukit::Flow::Suggestion::Revisit.new(first_pending_sibling)
|
14
|
+
else
|
15
|
+
Mumukit::Flow::Suggestion::None
|
16
|
+
end
|
17
|
+
elsif should_skip_next_item?
|
18
|
+
Mumukit::Flow::Suggestion::Skip.new(next_item.next_suggested_item_for(submitter))
|
19
|
+
else
|
20
|
+
Mumukit::Flow::Suggestion::Continue.new(next_item)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
module Mumukit::Flow
|
2
|
+
module Suggestion
|
3
|
+
module None
|
4
|
+
def self.item
|
5
|
+
nil
|
6
|
+
end
|
7
|
+
end
|
8
|
+
|
9
|
+
class Some
|
10
|
+
attr_reader :item
|
11
|
+
def initialize(item)
|
12
|
+
@item = item
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
class Continue < Some
|
17
|
+
end
|
18
|
+
|
19
|
+
class Skip < Some
|
20
|
+
end
|
21
|
+
|
22
|
+
class Reinforce < Some
|
23
|
+
end
|
24
|
+
|
25
|
+
class Revisit < Some
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require "mumukit/flow/version"
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "mumukit-flow"
|
8
|
+
spec.version = Mumukit::Flow::VERSION
|
9
|
+
spec.authors = ["Franco Bulgarelli"]
|
10
|
+
spec.email = ["franco@mumuki.org"]
|
11
|
+
|
12
|
+
spec.summary = %q{Adaptive flow implementation for the mumukit-platform}
|
13
|
+
spec.homepage = "https://mumuki.io"
|
14
|
+
spec.license = "MIT"
|
15
|
+
|
16
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
17
|
+
f.match(%r{^(test|spec|features)/})
|
18
|
+
end
|
19
|
+
spec.bindir = "exe"
|
20
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
21
|
+
spec.require_paths = ["lib"]
|
22
|
+
|
23
|
+
spec.add_dependency "mumukit-core", "~> 1.17"
|
24
|
+
|
25
|
+
spec.add_development_dependency "bundler", "~> 2.0"
|
26
|
+
spec.add_development_dependency 'rake', '~> 12.3'
|
27
|
+
spec.add_development_dependency 'rspec', '~> 3.0'
|
28
|
+
end
|
metadata
ADDED
@@ -0,0 +1,121 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mumukit-flow
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Franco Bulgarelli
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: mumukit-core
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.17'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.17'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '12.3'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '12.3'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rspec
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '3.0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '3.0'
|
69
|
+
description:
|
70
|
+
email:
|
71
|
+
- franco@mumuki.org
|
72
|
+
executables: []
|
73
|
+
extensions: []
|
74
|
+
extra_rdoc_files: []
|
75
|
+
files:
|
76
|
+
- ".gitignore"
|
77
|
+
- ".rspec"
|
78
|
+
- ".ruby-version"
|
79
|
+
- ".travis.yml"
|
80
|
+
- CODE_OF_CONDUCT.md
|
81
|
+
- Gemfile
|
82
|
+
- LICENSE.txt
|
83
|
+
- README.md
|
84
|
+
- Rakefile
|
85
|
+
- bin/console
|
86
|
+
- bin/setup
|
87
|
+
- lib/mumukit/flow.rb
|
88
|
+
- lib/mumukit/flow/adaptive_assignment.rb
|
89
|
+
- lib/mumukit/flow/adaptive_item.rb
|
90
|
+
- lib/mumukit/flow/navigation.rb
|
91
|
+
- lib/mumukit/flow/navigation/parent_navigation.rb
|
92
|
+
- lib/mumukit/flow/navigation/siblings_navigation.rb
|
93
|
+
- lib/mumukit/flow/navigation/terminal_navigation.rb
|
94
|
+
- lib/mumukit/flow/suggesting.rb
|
95
|
+
- lib/mumukit/flow/suggestion.rb
|
96
|
+
- lib/mumukit/flow/version.rb
|
97
|
+
- mumukit-flow.gemspec
|
98
|
+
homepage: https://mumuki.io
|
99
|
+
licenses:
|
100
|
+
- MIT
|
101
|
+
metadata: {}
|
102
|
+
post_install_message:
|
103
|
+
rdoc_options: []
|
104
|
+
require_paths:
|
105
|
+
- lib
|
106
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
|
+
requirements:
|
113
|
+
- - ">="
|
114
|
+
- !ruby/object:Gem::Version
|
115
|
+
version: '0'
|
116
|
+
requirements: []
|
117
|
+
rubygems_version: 3.0.3
|
118
|
+
signing_key:
|
119
|
+
specification_version: 4
|
120
|
+
summary: Adaptive flow implementation for the mumukit-platform
|
121
|
+
test_files: []
|