feedback

package
v0.0.0-...-e1c34d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FacilitatorRatingKey = []string{
	`Mampu menjelaskan tujuan dan manfaat kelas ini dengan baik`,
	`Membangun hubungan baik dengan saya`,
	`Mampu mengajak peserta untuk berdiskusi`,
	`Mampu membuat proses diskusi berjalan dengan baik`,
	`Mampu menjawab pertanyaan / concern yang ada selama diskusi kelompok & memberikan feedback yang bermanfaat`,
	`Memiliki kedalaman materi yang dibutuhkan`,
	`Bersikap profesional, berbusana rapi serta berperilaku & bertutur kata sopan`,
}
View Source
var PresenterRatingKey = []string{
	`Penguasaan materi`,
	`Sistematika penyajian`,
	`Gaya atau metode penyajian`,
	`Pengaturan waktu`,
	`Penggunaan alat bantu`,
	`Nilai keseluruhan`,
}

Functions

This section is empty.

Types

type FacilitatorFeedback

type FacilitatorFeedback struct {
	Class       *class.Class
	Facilitator *facilitator.Facilitator
	Participant *participant.Participant
	Fields      []*Field
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

FacilitatorFeedback represents facilitator feedback

type Field

type Field struct {
	ID          int64       `json:"id"`
	Name        string      `json:"name"`
	Description string      `json:"description, omitempty"`
	Value       interface{} `json:"value, omitempty"`
}

Field ... e.g Field{1,` Mampu menjelaskan tujuan dan manfaat kelas ini dengan baik`, 5} e.g Field{3,` Strength Statement`, `Suka sekali memasak`}

type PresenterFeedback

type PresenterFeedback struct {
	Class       *class.Class
	Session     *class.Session
	Presenter   *presenter.Presenter
	Participant *participant.Participant
	Fields      []*Field
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

PresenterFeedback represents presenter feedback

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL