diff options
author | sotech117 <26747948+sotech117@users.noreply.github.com> | 2024-01-22 14:26:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 14:26:52 -0500 |
commit | 02330a89790bd294c1ea1b79d42f71fa25be3f8a (patch) | |
tree | 92b667be3a0d73bfad0322d1ad9d86dbddc26a47 | |
parent | 76f4846caea6cc87722e0fec3f83b4dba5c84d50 (diff) |
Update readme.md
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +You will use this repo to complete cs1300's ab testing assignment! This is a public template, so INSTEAD OF FORKING, please use "use this template" to copy your own version of this repo into your github account to use the repo.
+
+This contains two pages that are identical: a.html & b.html. You are tasked with modifying b.html (along with appointements-b.html) to impact how the user may finish his/her task.
+
+This repo contains the javascript that will store and download the user's data while using both versions of the site. DO NOT MODIFY the javascript (unless you know what you are doing).
+
+From the uiux tas, we hope you enjoy the assignment :)
|