Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

PlantUML Syntax:
Alice -> Bob: Authentication Request
Bob –> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <– Bob: another authentication Response

PlantUML Syntax:
package “BibleModel” {
    folder “.” {
    [Package.json]
    [Bible.mjs]
    [Testament.mjs]
    [Version.mjs]
    [Book.mjs]
    [Chapter.mjs]
    [Verse.mjs]
    [Note.mjs]
    [NoteList.mjs]
    [Location.mjs]
    [Xref.mjs]
    [DataSource.mjs]
    }
    folder “Data” {
    } 
}

PlantUML Syntax:

actor Student
actor Instructor
actor Administrator

usecase “Log in” as UC1
usecase “Manage Survey” as UC2
usecase “Complete Survey Feedback” as UC3
usecase “Review Past Feedback” as UC4
usecase “Analyze Survey Feedback” as UC5
usecase “Manage Classes & Instructors” as UC6
usecase “Analyze System” as UC7


Student –> UC1
Instructor –> UC1
Administrator –> UC1

Instructor –> UC2 
Administrator –> UC2

Student –> UC3

Student –> UC4
Instructor –> UC4
Administrator –> UC4

Instructor –> UC5

Administrator –> UC6

Administrator –> UC7

” usemap=”#plantuml_map”></p>
</div>

	
	<div class=


Comments

One response to “Hello world!”

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *