Skip to content

Commit

Permalink
Added 182 entries from form (3/09 15:42)
Browse files Browse the repository at this point in the history
Plus 3 entries from Issue #16
  • Loading branch information
joyce-chen committed Mar 13, 2023
1 parent 5b37898 commit 69111d5
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 291 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ Direct link to a user-friendly version: http://joyce-chen.github.io/persona5-neg

If you want to contribute any changes or confirm some results, please use the [open issue for P5 Royal](https://github.com/joyce-chen/persona5-negotiation/issues/16), the [open issue for P5](https://github.com/joyce-chen/persona5-negotiation/issues/17), or [the form](https://forms.gle/LYeRcRsMgnYYu85A8). Thank you!

Submitted questions are up-to-date as of **November 4th 2022**. (No consistent update schedule. Happy Holidays 🎉)
Submitted questions are up-to-date as of **March 13 2023**. (No consistent update schedule. Happy New Year 🎉)


---

August 10th:
- Added a dark mode.
- Added icon labels to the text/icon toggle for both question pages.
- Used local storage to keep toggle state.
- Made tables responsive for small screens.


TODOS:
Possible Features:
- Organize the filters to show all the questions for pools of Shadows.
- Show corresponding personality only when filtering by Persona.
- Organize Shadows by level instead.
Expand Down
Binary file modified data/persona-5-questions.xlsx
Binary file not shown.
Binary file modified data/persona-5-royal-questions.xlsx
Binary file not shown.
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4950,7 +4950,7 @@ for (var i = 0; i < btns.length; i++) {
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
</tr>
</table>
<table class="table-responsive-sm filterDiv Rangda Dakini">
<table class="table-responsive-sm filterDiv Rangda Dakini Skadi">
<tr>
<th colspan="5">Oh, they're so self-assured that they'll be so successful in the future. Are you like that, child?</th>
</tr>
Expand All @@ -4972,7 +4972,7 @@ for (var i = 0; i < btns.length; i++) {
<td>That's not true.</td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>GOOD</div><div class='symbol'>🎶</div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
</tr>
<tr>
Expand Down Expand Up @@ -7260,7 +7260,7 @@ for (var i = 0; i < btns.length; i++) {
<td class='result unconfirmed'><div class='text'>None</div><div class='symbol'></div></td>
</tr>
</table>
<table class="table-responsive-sm filterDiv Rangda Kali Dakini">
<table class="table-responsive-sm filterDiv Rangda Kali Dakini Skadi">
<tr>
<th colspan="5">Why did you come to such a dangerous place? Isn't it much safer in the real world?</th>
</tr>
Expand All @@ -7282,7 +7282,7 @@ for (var i = 0; i < btns.length; i++) {
<td>I'm just too curious.</td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>GOOD</div><div class='symbol'>🎶</div></td>
<td class='result'><div class='text'>GOOD</div><div class='symbol'>🎶</div></td>
</tr>
<tr>
Expand Down Expand Up @@ -8098,7 +8098,7 @@ for (var i = 0; i < btns.length; i++) {
</tr>
<tr>
<td>I'm not special.</td>
<td class='result unconfirmed'><div class='text'>GOOD</div><div class='symbol'>🎶</div></td>
<td class='result'><div class='text'>GOOD</div><div class='symbol'>🎶</div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
<td class='result'><div class='text'>-</div><div class='symbol'></div></td>
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that at this time, the guide is a work-in-progress, so it is missing

If you want to help, contribute, report mistakes, or confirm some results, please use the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/16">open issue on Github for P5 Royal</a>, the <a href="https://github.com/joyce-chen/persona5-negotiation/issues/17">open issue for P5</a>, or the <a href="https://forms.gle/LYeRcRsMgnYYu85A8">Google Form</a>.

Submitted questions are up-to-date as of **November 4th 2022**. (No consistent update schedule. Happy Holidays 🎉)
Submitted questions are up-to-date as of **March 13 2023**. (No consistent update schedule. Happy New Year 🎉)

Thank you to GooberSD/Chompobar for giving me permission to use <a href="https://docs.google.com/document/d/1Fq00lkODNAam7RZoczHU2kFyU3CZvyW59F0PwLnJoz8/">their guide</a> to update this guide.

Expand Down
Loading

0 comments on commit 69111d5

Please sign in to comment.