Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 0ab6667

Browse files
authored
Update projectRubric.md
1 parent 2fd1809 commit 0ab6667

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

projectRubric.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
The project is to create a shiny app based on your research or interests that performs a prediction algorithm or some other non-trivial data calculation. The prediction algorithm can be based on any model (though should be more complex than straight arithmetic, like a BMI calculator). In addition, your readme.md file in your github repo should be a brief writeup of your project (no more than a page if your print it up).
1+
The project is to create a web app based on your research or interests that performs a prediction algorithm or some other non-trivial data calculation. The prediction algorithm can be based on any model (though should be more complex than straight arithmetic, like a BMI calculator). In addition, your readme.md file in your github repo should be a brief writeup of your project (no more than a page if your print it up). You will give a brief presentation screencast of your app. This will be no more than 5 minutes (points deducted if it's longer).
22

3-
The project will include 3 files. First, the necessary files for your shiny app to run, posted to your github repo. In the readme, include a live link to the shiny app and a live link to the hosted video. The video can be hosted on a video hosting service or a file hosting service (Gdrive, onedrive, box, dropbox, ...).
3+
The project directory in your github classroom repo will include at least 3 files. First, the necessary files for your web app to run. In a readme file, describe the structure and give a live link to the hosted video. The video can be hosted on a video hosting service or a file hosting service (Gdrive, onedrive, box, dropbox, ...).
44

55
You may work in a team of no more than 5 students. If on a team, each person's contribution must be delineated in the project readme and all 5 team mumbers must separately submit the assignment, including their own video.
66

77
Project grading rubric
88

9-
Shiny app details [0, 1]
10-
* Does the shiny app run?
11-
* Does the shiny app take data input?
12-
* Does the shiny run calculations and put out data output?
9+
Web app details [0, 1]
10+
* Does the app run?
11+
* Does the app take data input?
12+
* Does the un calculations and put out data output?
1313
* Is the app documented so that users know how to use the app?
14-
* Is their a live link to the app?
1514

1615
Project details [0, 1]
1716
* Does the algorithm do some non-trivial data processing or analysis?
@@ -34,7 +33,6 @@ Presentation [0, 1], 5 minute video
3433
Github submission [0, 1]
3534
* Does the github submission have a readme describing the app?
3635
* Does the readme accurately describe the app and link to the documentation (may be in the app itself)?
37-
* Does the readme link to the live app?
3836
* Is the code for the app included?
3937
* Is there an example to run the app?
4038
* Does the app run locally?

0 commit comments

Comments
 (0)