Person: Digital Representation of a Learner

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Person implements a representation of a learner: persons have names, competences, positions – calculated from the activity traces that are stored about them. Such traces are implemented as so-called Performance.

Usage

1
	Person(name, domain)

Arguments

name

Character string with the realname of the Person.

domain

Reference pointing to a Domain object.

Details

Persons should best be added using the HumanResourceManager, rather than instantiating them directly. This way, the HR manager maintains a record of all persons of interest in the analysis.

Value

The constructor 'initialize' returns the object.

Author(s)

Fridolin Wild <wild@brookes.ac.uk>

References

Fridolin Wild (2016): Learning Analytics in R with SNA, LSA, and MPIA, Springer:Berlin.

See Also

More detailed information: Person-class, Performance, position, performances, competences, near, names, path, plot, proximity, cosine, identity

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dmgr = DomainManager()
data(generic.domain)
dmgr$add(d, title="generic")

ppl = HumanResourceManager(dmgr)

fridolin = ppl$add("fridolin")
fridolin$read("a paper about business management")
fridolin$write("a forum message in the course forum of business management 101")

path(fridolin)

mpia documentation built on May 2, 2019, 4:18 p.m.