-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from enpitut2018/details
詳細と例の表示、URL修正、横線消去
- Loading branch information
Showing
5 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
プロダクト名:cogito | ||
https://cryptic-journey-91456.herokuapp.com/?template_id=1 | ||
研究,自己分析,制作物のアイデア出し,目標実現のための計画のときに,頭の中をうまく言語化して整理することの難しさを解決する、大学生を対象としたWEBアプリcogitoです。 これは、質問に答えるだけでアイデアの整理を実践することができ、 One Noteなどのノートアプリや既存のアンケートフォームとは違って、アシスタント(テンプレート質問集)が対話的に質問を投げかけるほか、回答例や質問意図を表示する等の補助機能によって、ユーザーの回答を支援します。また、アシスタントの作成・共有機能も備わっており考えることが得意な人の思考法を真似したり、自分の思考法を共有することもできます。 | ||
https://cryptic-journey-91456.herokuapp.com/notes/1?template_id=2 | ||
研究,自己分析,制作物のアイデア出し,目標実現のための計画のときに,頭の中をうまく言語化して整理することの難しさを解決する、大学生を対象としたWEBアプリcogitoです。 これは、質問に答えるだけでアイデアの整理を実践することができ、 One Noteなどのノートアプリや既存のアンケートフォームとは違って、アシスタント(テンプレート質問集)が対話的に質問を投げかけるほか、回答例や質問詳細を表示する等の補助機能によって、ユーザーの回答を支援します。また、アシスタントの作成・共有機能も備わっており考えることが得意な人の思考法を真似したり、自分の思考法を共有することもできます。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# coding: utf-8 | ||
json.array! @questions do |question| | ||
json.qtext question.qtext | ||
json.qdetail question.qdetail | ||
json.example question.example | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters